[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / f / 6 / ParseService / 0.1.1 / ParseService.podspec.json
blob0a33735586b713e82d57e93307c4c9f264f6ac11
2   "name": "ParseService",
3   "version": "0.1.1",
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.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "dependencies": {
23         "SwiftToolKit": [
24           "~>0.2.4"
25         ],
26         "ServiceRegistry/API": [
27           "~>0.3.0"
28         ],
29         "PromiseKit": [
30           "~>3.0"
31         ]
32       },
33       "subspecs": [
34         {
35           "name": "Create",
36           "source_files": "Pod/API/Create/*.swift"
37         },
38         {
39           "name": "Read",
40           "source_files": "Pod/API/Read/*.swift"
41         },
42         {
43           "name": "Update",
44           "source_files": "Pod/API/Update/*.swift"
45         },
46         {
47           "name": "Delete",
48           "source_files": "Pod/API/Delete/*.swift"
49         },
50         {
51           "name": "User",
52           "subspecs": [
53             {
54               "name": "Models",
55               "source_files": "Pod/API/User/Models/*.swift"
56             },
57             {
58               "name": "Service",
59               "dependencies": {
60                 "ParseService/API/User/Models": [
62                 ],
63                 "ParseService/API/Push/Models": [
65                 ]
66               },
67               "source_files": "Pod/API/User/*.swift"
68             }
69           ]
70         },
71         {
72           "name": "Push",
73           "subspecs": [
74             {
75               "name": "Models",
76               "source_files": "Pod/API/Push/Models/*.swift"
77             },
78             {
79               "name": "Service",
80               "dependencies": {
81                 "ParseService/API/User/Models": [
83                 ],
84                 "ParseService/API/Push/Models": [
86                 ]
87               },
88               "source_files": "Pod/API/Push/*.swift"
89             }
90           ]
91         }
92       ]
93     },
94     {
95       "name": "Implementation",
96       "dependencies": {
97         "ParseService/API": [
99         ]
100       },
101       "subspecs": [
102         {
103           "name": "Utils",
104           "source_files": "Pod/Implementation/Utils/*.swift"
105         },
106         {
107           "name": "Create",
108           "dependencies": {
109             "ParseService/API/Create": [
111             ],
112             "ParseService/Implementation/Utils": [
114             ],
115             "APIService/API": [
116               "~>0.3.1"
117             ]
118           },
119           "source_files": "Pod/Implementation/Create/*.swift"
120         },
121         {
122           "name": "Read",
123           "dependencies": {
124             "ParseService/API/Read": [
126             ],
127             "ParseService/Implementation/Utils": [
129             ],
130             "APIService/API": [
131               "~>0.3.1"
132             ]
133           },
134           "source_files": "Pod/Implementation/Read/*.swift"
135         },
136         {
137           "name": "Update",
138           "dependencies": {
139             "ParseService/API/Read": [
141             ],
142             "ParseService/Implementation/Utils": [
144             ],
145             "APIService/API": [
146               "~>0.3.1"
147             ]
148           },
149           "source_files": "Pod/Implementation/Update/*.swift"
150         },
151         {
152           "name": "Delete",
153           "dependencies": {
154             "ParseService/API/Delete": [
156             ],
157             "ParseService/Implementation/Utils": [
159             ],
160             "APIService/API": [
161               "~>0.3.1"
162             ]
163           },
164           "source_files": "Pod/Implementation/Delete/*.swift"
165         },
166         {
167           "name": "User",
168           "dependencies": {
169             "ParseService/API/Create": [
171             ],
172             "ParseService/API/Read": [
174             ],
175             "ParseService/API/Push": [
177             ],
178             "ParseService/API/User": [
180             ],
181             "ParseService/Implementation/Utils": [
183             ],
184             "APIService/API": [
185               "~>0.3.1"
186             ]
187           },
188           "source_files": "Pod/Implementation/User/*.swift"
189         },
190         {
191           "name": "Push",
192           "dependencies": {
193             "ParseService/API/Create": [
195             ],
196             "ParseService/API/Read": [
198             ],
199             "ParseService/API/User": [
201             ],
202             "ParseService/API/Push": [
204             ],
205             "ParseService/Implementation/Utils": [
207             ],
208             "APIService/API": [
209               "~>0.3.1"
210             ]
211           },
212           "source_files": "Pod/Implementation/Push/*.swift"
213         }
214       ]
215     },
216     {
217       "name": "Test",
218       "dependencies": {
219         "ServiceRegistry": [
220           "~>0.3.0"
221         ],
222         "APIService": [
223           "~>0.3.1"
224         ]
225       }
226     }
227   ]