Files
Alamofire-SwiftyJSON/Alamofire-SwiftyJSON.podspec
2015-08-19 18:24:58 -06:00

15 lines
573 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 = "8.0"
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/*.swift"
end