Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Sep 21, 2020
1 parent 94d8ffb commit 8a0dd73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Siren.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# Version
s.version = "5.4.5"
s.swift_version = "5.2"
s.version = "5.5.0"
s.swift_version = "5.3"

# Meta
s.name = "Siren"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
DESC

# Compatibility & Sources
s.platform = :ios, "8.0"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/ArtSabintsev/Siren.git", :tag => s.version.to_s }
s.source_files = 'Sources/**/*.swift'
s.resources = 'Sources/Siren.bundle'
Expand Down

0 comments on commit 8a0dd73

Please sign in to comment.