blob: a740c2c7e195c37c3a2c2d760490c80a3109268a [file] [log] [blame]
{
"name": "AlamoArgo",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/Gvi113",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.swift",
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"Argo": [
"~> 1.0"
]
}
}