[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.13.2 / PromiseKit.podspec.json
blob6d096c52c34c0953ea121d4d9ab17fa60abf98b2
2   "name": "PromiseKit",
3   "version": "0.9.13.2",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.13.2"
7   },
8   "license": "MIT",
9   "summary": "A delightful Promises implementation for iOS and OS X.",
10   "homepage": "http://promisekit.org",
11   "social_media_url": "https://twitter.com/mxcl",
12   "authors": {
13     "Max Howell": "mxcl@me.com"
14   },
15   "documentation_url": "http://promisekit.org",
16   "requires_arc": true,
17   "compiler_flags": "-fmodules",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "default_subspecs": "defaults",
23   "subspecs": [
24     {
25       "name": "base",
26       "source_files": [
27         "objc/PromiseKit/*.h",
28         "objc/PromiseKit.{h,m}"
29       ],
30       "preserve_paths": [
31         "objc/Private",
32         "objc/PromiseKit"
33       ],
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "defaults",
38       "dependencies": {
39         "PromiseKit/Foundation": [
41         ],
42         "PromiseKit/timing": [
44         ]
45       },
46       "ios": {
47         "dependencies": {
48           "PromiseKit/UIKit": [
50           ],
51           "PromiseKit/UIAnimation": [
53           ]
54         }
55       }
56     },
57     {
58       "name": "private",
59       "source_files": "objc/Private/PMKManualReference.m",
60       "preserve_paths": [
61         "objc/Private",
62         "objc/PromiseKit"
63       ]
64     },
65     {
66       "name": "timing",
67       "dependencies": {
68         "PromiseKit/base": [
70         ]
71       },
72       "ios": {
73         "source_files": [
74           "objc/PromiseKit/Promise+Timing.h",
75           "objc/PromiseKit+Timing.m"
76         ]
77       },
78       "xcconfig": {
79         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_TIMING=1"
80       },
81       "preserve_paths": [
82         "objc/Private",
83         "objc/PromiseKit"
84       ]
85     },
86     {
87       "name": "Foundation",
88       "dependencies": {
89         "PromiseKit/base": [
91         ],
92         "ChuzzleKit": [
94         ],
95         "OMGHTTPURLRQ": [
97         ]
98       },
99       "source_files": [
100         "objc/Foundation+PromiseKit.{h,m}",
101         "objc/deprecated/PromiseKit+Foundation.h"
102       ],
103       "xcconfig": {
104         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
105       },
106       "preserve_paths": [
107         "objc/Private",
108         "objc/PromiseKit"
109       ],
110       "frameworks": "Foundation"
111     },
112     {
113       "name": "UIKit",
114       "dependencies": {
115         "PromiseKit/base": [
117         ],
118         "PromiseKit/private": [
120         ]
121       },
122       "ios": {
123         "source_files": [
124           "objc/UIKit+PromiseKit.{h,m}",
125           "objc/deprecated/PromiseKit+UIKit.h"
126         ],
127         "frameworks": "UIKit"
128       },
129       "platforms": {
130         "ios": "5.0"
131       },
132       "xcconfig": {
133         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
134       },
135       "preserve_paths": [
136         "objc/Private",
137         "objc/PromiseKit"
138       ],
139       "weak_frameworks": "AssetsLibrary"
140     },
141     {
142       "name": "UIAnimation",
143       "dependencies": {
144         "PromiseKit/base": [
146         ],
147         "PromiseKit/private": [
149         ]
150       },
151       "ios": {
152         "source_files": [
153           "objc/UIView+PromiseKit.m",
154           "objc/UIKit+PromiseKit.h",
155           "objc/deprecated/PromiseKit+UIAnimation.h"
156         ],
157         "frameworks": "UIKit"
158       },
159       "platforms": {
160         "ios": "4.0"
161       },
162       "xcconfig": {
163         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIANIMATION=1"
164       },
165       "preserve_paths": [
166         "objc/Private",
167         "objc/PromiseKit"
168       ]
169     },
170     {
171       "name": "CoreLocation",
172       "dependencies": {
173         "PromiseKit/base": [
175         ],
176         "PromiseKit/private": [
178         ]
179       },
180       "source_files": [
181         "objc/CoreLocation+PromiseKit.{h,m}",
182         "objc/deprecated/PromiseKit+CoreLocation.h"
183       ],
184       "xcconfig": {
185         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
186       },
187       "frameworks": "CoreLocation",
188       "preserve_paths": [
189         "objc/Private",
190         "objc/PromiseKit"
191       ]
192     },
193     {
194       "name": "MapKit",
195       "dependencies": {
196         "PromiseKit/base": [
198         ]
199       },
200       "source_files": [
201         "objc/MapKit+PromiseKit.{h,m}",
202         "objc/deprecated/PromiseKit+MapKit.h"
203       ],
204       "xcconfig": {
205         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
206       },
207       "frameworks": "MapKit",
208       "preserve_paths": [
209         "objc/Private",
210         "objc/PromiseKit"
211       ]
212     },
213     {
214       "name": "Accounts",
215       "dependencies": {
216         "PromiseKit/base": [
218         ]
219       },
220       "source_files": [
221         "objc/Accounts+PromiseKit.{h,m}",
222         "objc/deprecated/PromiseKit+Accounts.h"
223       ],
224       "xcconfig": {
225         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACCOUNTS=1"
226       },
227       "frameworks": "Accounts",
228       "preserve_paths": [
229         "objc/Private",
230         "objc/PromiseKit"
231       ]
232     },
233     {
234       "name": "Social",
235       "dependencies": {
236         "PromiseKit/base": [
238         ],
239         "ChuzzleKit": [
241         ]
242       },
243       "source_files": [
244         "objc/Social+PromiseKit.{h,m}",
245         "objc/deprecated/PromiseKit+Social.h"
246       ],
247       "xcconfig": {
248         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
249       },
250       "frameworks": "Social",
251       "preserve_paths": [
252         "objc/Private",
253         "objc/PromiseKit"
254       ]
255     },
256     {
257       "name": "StoreKit",
258       "dependencies": {
259         "PromiseKit/base": [
261         ],
262         "PromiseKit/private": [
264         ]
265       },
266       "source_files": [
267         "objc/StoreKit+PromiseKit.{h,m}",
268         "objc/deprecated/PromiseKit+StoreKit.h"
269       ],
270       "xcconfig": {
271         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
272       },
273       "frameworks": "StoreKit",
274       "preserve_paths": [
275         "objc/Private",
276         "objc/PromiseKit"
277       ]
278     },
279     {
280       "name": "AVFoundation",
281       "dependencies": {
282         "PromiseKit/base": [
284         ]
285       },
286       "ios": {
287         "source_files": [
288           "objc/AVFoundation+PromiseKit.{h,m}",
289           "objc/deprecated/PromiseKit+AVFoundation.h"
290         ],
291         "frameworks": "AVFoundation"
292       },
293       "platforms": {
294         "ios": "5.0"
295       },
296       "preserve_paths": [
297         "objc/Private",
298         "objc/PromiseKit"
299       ]
300     }
301   ]