Skip to content

Commit 87fa9e2

Browse files
committed
Update podspec
1 parent db087bb commit 87fa9e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "2.1.3"
3+
s.version = "2.2.0"
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" }
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.requires_arc = true
1010
s.osx.deployment_target = "10.9"
1111
s.ios.deployment_target = "8.0"
12-
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.1.3"}
12+
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.2.0"}
1313
s.source_files = "Source/*.swift"
1414
end

0 commit comments

Comments
 (0)