blob: 1e1c206bd6e9cbe7b0ba456f2634302c374610e6 [file] [log] [blame]
{
"name": "ParseCreateService",
"version": "0.4.0",
"summary": "A dependency-injectable service wrapping POST requests to the Parse REST API.",
"description": "A dependency-injectable service wrapping POST requests to the Parse REST API.\nRequires the API Service.",
"homepage": "https://github.com/AttilaTheFun/ParseService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/ParseService.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry/API": [
"~>0.3.1"
],
"PromiseKit": [
"~>3.0"
],
"ParseUtils": [
"~>0.4.0"
]
},
"subspecs": [
{
"name": "API",
"source_files": "Pod/Create/API/*.swift"
},
{
"name": "Implementation",
"dependencies": {
"APIService/API": [
"~>0.4.0"
],
"ParseCreateService/API": [
]
},
"source_files": "Pod/Create/Implementation/*.swift"
}
]
}