blob: cee0b52f1bafcb296ee796d0750ff156be932f1e [file] [log] [blame]
{
"name": "AlamofireSwiftyJSON",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"SwiftyJSON": [
"~> 2.3"
]
}
}