blob: d9a53734cbeca870ee994e6d9d60fead608f6ef1 [file] [log] [blame]
{
"name": "AlamoArgo",
"version": "0.5.3",
"summary": "REST object mapping with Alamofire and Argo. The easy way.",
"description": "Alamofire extensions to handle responses with Argo's `Decodable` objects.",
"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.5.3"
},
"social_media_url": "https://twitter.com/Gvi113",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "*.swift",
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"Argo": [
"~> 2.2"
]
}
}