blob: 17f7102bd495e728f5c4184a1f2f35e5e9b023ab [file] [log] [blame]
{
"name": "Alamofire-SwiftyJSON",
"version": "2.0.0-beta.1",
"summary": "Alamofire extension for serialize NSData to SwiftyJSON",
"homepage": "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON",
"license": {
"type": "MIT"
},
"authors": {
"tangplin": "tangplin@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"source": {
"git": "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git",
"tag": "2.0.0-beta.1"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}