We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db087bb commit 87fa9e2Copy full SHA for 87fa9e2
SwiftyJSON.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftyJSON"
3
- s.version = "2.1.3"
+ s.version = "2.2.0"
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" }
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
9
s.requires_arc = true
10
s.osx.deployment_target = "10.9"
11
s.ios.deployment_target = "8.0"
12
- s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.1.3"}
+ s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.2.0"}
13
s.source_files = "Source/*.swift"
14
end
0 commit comments