We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cce2e commit 4d05047Copy full SHA for 4d05047
1 file changed
SwiftyJSON.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftyJSON"
3
- s.version = "2.3.1"
+ s.version = "2.3.2"
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,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.1"}
+ s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.3.2"}
15
s.source_files = "Source/*.swift"
16
end
0 commit comments