We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e77f0b + a8f5962 commit edee048Copy full SHA for edee048
1 file changed
Alamofire-SwiftyJSON.podspec
@@ -11,4 +11,6 @@ Pod::Spec.new do |s|
11
s.ios.deployment_target = "8.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', '1.3'
15
+ s.dependency 'SwiftyJSON', '2.2.0'
16
end
0 commit comments