blob: 4909d0db13d60fa6f09971cad5ca6fd089772c0c [file] [log] [blame]
{
"name": "Alamofire-SwiftyJSON",
"version": "0.1.1",
"summary": "Alamofire extension for serialize NSData to SwiftyJSON",
"homepage": "https://github.com/starboychina/AlamofireSwiftyJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"starboychina": "AlamofireSwiftyJSON.github.com@kansea.com"
},
"source": {
"git": "https://github.com/starboychina/AlamofireSwiftyJSON.git",
"tag": "0.1.1"
},
"documentation_url": "http://starboychina.github.io/AlamofireSwiftyJSON/index.html",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"SwiftyJSON": [
"~> 2.3"
]
},
"deprecated_in_favor_of": "AlamofireSwiftyJSON"
}