blob: 07c0cd491163e33fb1de6902b281fd6cbe3d7b81 [file] [log] [blame]
{
"name": "AlamofireRouter",
"version": "0.0.6",
"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.6"
},
"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"
]
}
}