blob: 5de631e5895926c9cef7315ad3029f618e2dfc3f [file] [log] [blame]
{
"name": "FireRoutes",
"version": "0.1.1",
"summary": "A lightweight extension to Alamofire to simplify API calls.",
"description": "FireRoutes introduces the concept of a Route. A Route represents a particular API call - how the request should be structured and how the response data should be interpreted.",
"homepage": "https://github.com/johnpatrickmorgan/FireRoutes",
"license": "MIT",
"authors": {
"jmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/FireRoutes.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}