blob: 2086d2cd03182f73914cc934d6f210609f5c909e [file] [log] [blame]
{
"name": "ParseService",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~>3.0"
],
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry": [
"~>0.3.1"
],
"APIService": [
"~>0.3.1"
],
"ParseUtils": [
"~>0.2.0"
],
"ParseCreateService": [
"~>0.2.0"
],
"ParseReadService": [
"~>0.2.0"
],
"ParseUpdateService": [
"~>0.2.0"
],
"ParseDeleteService": [
"~>0.2.0"
],
"ParseCloudService": [
"~>0.2.0"
],
"ParseUserService": [
"~>0.2.0"
],
"ParsePushService": [
"~>0.2.0"
]
}
}