Skip to content

Commit f0c55b8

Browse files
committed
Update pod spec
1 parent 1bb0fd2 commit f0c55b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwiftyJSON.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftyJSON"
3-
s.version = "3.1.0"
3+
s.version = "3.1.1"
44
s.summary = "SwiftyJSON makes it easy to deal with JSON data in Swift"
55
s.homepage = "https://github.com/SwiftyJSON/SwiftyJSON"
66
s.license = { :type => "MIT" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
s.watchos.deployment_target = "2.0"
1313
s.tvos.deployment_target = "9.0"
14-
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
14+
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "v#{s.version}" }
1515
s.source_files = "Source/*.swift"
1616
s.pod_target_xcconfig = {
1717
'SWIFT_VERSION' => '3.0',

0 commit comments

Comments
 (0)