Files
Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.podspec
2016-10-04 14:20:09 +02:00

17 lines
648 B
Ruby

Pod::Spec.new do |s|
s.name = "Alamofire-SwiftyJSON"
s.version = "2.0.0-beta.1"
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
s.license = { :type => "MIT" }
s.authors = { "tangplin" => "tangplin@gmail.com" }
s.requires_arc = true
s.osx.deployment_target = "10.9"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'SwiftyJSON', '~> 3.0'
end