blob: 4f8b3f8c09e8febf16ff86c9d9d20f1eae4d928d [file] [log] [blame]
{
"name": "APIService",
"version": "0.4.0",
"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.4.0"
},
"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": [
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.3.0"
]
}
}
]
}