blob: 8be2216e25626894d6eaa681f13bba5eea63f623 [file] [log] [blame]
{
"name": "Alamofire-SwiftyJSON",
"version": "3.0.0",
"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": "3.0.0"
},
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"SwiftyJSON": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "3.0"
}