blob: 3c0a247a180d50237197b34ba20a031815ccfd26 [file] [log] [blame]
{
"name": "AlamoArgo",
"version": "0.3.0",
"summary": "REST object mapping with Alamofire and Argo. The easy way.",
"description": " Alamofire extensions to handle responses with Argo's `Decodable` objects.\n",
"homepage": "https://github.com/gchiacchio/AlamoArgo",
"license": "MIT",
"authors": {
"Guillermo Chiacchio": "guillermo.chiacchio@gmail.com"
},
"source": {
"git": "https://github.com/gchiacchio/AlamoArgo.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/Gvi113",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "*.swift",
"dependencies": {
"Alamofire": [
"~> 1.3"
],
"Argo": [
"~> 1.0"
]
}
}