Skip to content

Commit 4d05047

Browse files
committed
update pod specs
1 parent a4cce2e commit 4d05047

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 = "2.3.1"
3+
s.version = "2.3.2"
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,6 +11,6 @@ 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 => "2.3.1"}
14+
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.3.2"}
1515
s.source_files = "Source/*.swift"
1616
end

0 commit comments

Comments
 (0)