blob: 50e9c96a47a424eedcc6f517a5b12dfdcfe5e6c8 [file] [log] [blame]
{
"name": "AlamofireRouter",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AlamofireRouter/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.2"
]
}
}