blob: 56e504ef91644fa900449d34a93e1173d2f32c30 [file] [log] [blame]
{
"name": "APIService",
"version": "0.3.1",
"summary": "A simplified RESTful API wrapper.",
"description": "A dependency injectable service wrapping restful, json-based APIs.",
"homepage": "https://github.com/AttilaTheFun/APIService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/APIService.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift",
"dependencies": {
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry": [
"~>0.3.0"
],
"PromiseKit": [
"~>3.0"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"APIService/API": [
],
"Alamofire": [
"~> 3.0"
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.3.0"
]
}
}
]
}