blob: 9e7ea59f8fbafe1200bce06bb8f866b78a1d6f5f [file] [log] [blame]
{
"name": "AlamofireRouter",
"version": "1.0.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": "1.0.0"
},
"social_media_url": "https://twitter.com/corlaonline",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "AlamofireRouter/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}