We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb0fd2 commit f0c55b8Copy full SHA for f0c55b8
1 file changed
SwiftyJSON.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftyJSON"
3
- s.version = "3.1.0"
+ s.version = "3.1.1"
4
s.summary = "SwiftyJSON makes it easy to deal with JSON data in Swift"
5
s.homepage = "https://github.com/SwiftyJSON/SwiftyJSON"
6
s.license = { :type => "MIT" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.ios.deployment_target = "8.0"
12
s.watchos.deployment_target = "2.0"
13
s.tvos.deployment_target = "9.0"
14
- s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
+ s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "v#{s.version}" }
15
s.source_files = "Source/*.swift"
16
s.pod_target_xcconfig = {
17
'SWIFT_VERSION' => '3.0',
0 commit comments