We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f82310 commit b329aa2Copy full SHA for b329aa2
1 file changed
Alamofire-SwiftyJSON.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Alamofire-SwiftyJSON"
3
- s.version = "2.0.0-beta.1"
+ s.version = "3.0.0"
4
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
5
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
6
s.license = { :type => "MIT" }
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
11
s.ios.deployment_target = "9.0"
12
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
13
s.source_files = "Source/*.swift"
14
- s.dependency 'Alamofire', '~> 4.0'
15
- s.dependency 'SwiftyJSON', '~> 3.0'
+ s.dependency 'Alamofire', '~> 4.5'
+ s.dependency 'SwiftyJSON', '~> 4.0.0'
16
end
0 commit comments