blob: 1a4b4b555ff4b528eb1d981651b6a7d61dab285e [file] [log] [blame]
{
"name": "AlamofireRouter",
"version": "0.1.0",
"summary": "Simple Alamofire router.",
"description": "Simple Alamofire router, that permit you to create your API in easy way.",
"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.1.0"
},
"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"
]
}
}