We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e618c8 commit 7620d5bCopy full SHA for 7620d5b
1 file changed
SwiftyJSON.podspec
@@ -11,6 +11,6 @@ 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 => "2.3.2"}
+ s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
15
s.source_files = "Source/*.swift"
16
end
0 commit comments