blob: 3f95fd645af50d5ea5513e7826dc00d170b154ae [file] [log] [blame]
{
"name": "AlamofireRouter",
"version": "0.0.7",
"summary": "Simple Alamofire router.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CorlaOnline/AlamofireRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/CorlaOnline/AlamofireRouter.git",
"tag": "0.0.7"
},
"social_media_url": "https://twitter.com/corlaonline",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "AlamofireRouter/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.2"
]
}
}