blob: 6fea5293497d6f1cb896941a8c8ad400b3468e2c [file] [log] [blame]
{
"name": "AlamofireSwiftyJSON",
"version": "1.0.1",
"summary": "Alamofire extension for serialize Data to SwiftyJSON",
"homepage": "https://github.com/Xinguang/AlamofireSwiftyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xinguang": "AlamofireSwiftyJSON.github.com@kansea.com"
},
"source": {
"git": "https://github.com/Xinguang/AlamofireSwiftyJSON.git",
"tag": "1.0.1"
},
"documentation_url": "http://Xinguang.github.io/AlamofireSwiftyJSON/index.html",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}