blob: 5174f1a095a31c7a70514a7aea09b892733cde7a [file] [log] [blame]
{
"name": "ParseService",
"version": "0.4.1",
"summary": "A dependency-injectable service wrapping the Parse REST API.",
"description": "A dependency-injectable service wrapping 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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~>3.0"
],
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry": [
"~>0.3.1"
],
"APIService": [
"~>0.4.0"
],
"ParseUtils": [
"~>0.4.0"
],
"ParseCreateService": [
"~>0.4.0"
],
"ParseReadService": [
"~>0.4.0"
],
"ParseUpdateService": [
"~>0.4.0"
],
"ParseDeleteService": [
"~>0.4.0"
],
"ParseCloudService": [
"~>0.4.0"
],
"ParseUserService": [
"~>0.4.1"
],
"ParsePushService": [
"~>0.4.0"
]
}
}