[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 6 / ParseService / 0.3.0 / ParseService.podspec.json
blob6a8cbe38d87f51b07b0fda5486b7fb41ac3e81e9
2   "name": "ParseService",
3   "version": "0.3.0",
4   "summary": "A dependency-injectable service wrapping the Parse REST API.",
5   "description": "A dependency-injectable service wrapping the Parse REST API.\nRequires the API Service.",
6   "homepage": "https://github.com/AttilaTheFun/ParseService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/ParseService.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "PromiseKit": [
21       "~>3.0"
22     ],
23     "SwiftToolKit": [
24       "~>0.2.4"
25     ],
26     "ServiceRegistry": [
27       "~>0.3.1"
28     ],
29     "APIService": [
30       "~>0.3.1"
31     ],
32     "ParseUtils": [
33       "~>0.3.0"
34     ],
35     "ParseCreateService": [
36       "~>0.3.0"
37     ],
38     "ParseReadService": [
39       "~>0.3.0"
40     ],
41     "ParseUpdateService": [
42       "~>0.3.0"
43     ],
44     "ParseDeleteService": [
45       "~>0.3.0"
46     ],
47     "ParseCloudService": [
48       "~>0.3.0"
49     ],
50     "ParseUserService": [
51       "~>0.3.0"
52     ],
53     "ParsePushService": [
54       "~>0.3.0"
55     ]
56   }