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