blob: 8e90f135b73efb68ef4ecfb4292053249c55065c [file] [log] [blame]
{
"name": "AlamofireSwiftyJSON",
"version": "0.2.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.2.0"
},
"documentation_url": "http://starboychina.github.io/AlamofireSwiftyJSON/index.html",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 3.1"
]
}
}