blob: 4cdd183ca45df4bdca713ec1a8dcfdf98b10ca4d [file] [log] [blame]
{
"name": "FireRoutes",
"version": "0.2.3",
"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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/FireRoutes.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}