Latest | 0.4.0 |
---|---|
Homepage | https://github.com/AttilaTheFun/ParseService |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | SwiftToolKit, ServiceRegistry/API, PromiseKit, ParseUtils |
Authors |
ParseService
[](https://travis-ci.org/Logan Shire/ParseService)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ParseService is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ParseService"
Author
Logan Shire, [email protected]
License
ParseService is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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" } ] }
Sun, 06 Mar 2016 21:36:03 +0000