[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 1.4.2 / PromiseKit.podspec.json
blob531a6c900f7eef4d5b55e3fea1eb6f8ad9c29aa4
2   "name": "PromiseKit",
3   "version": "1.4.2",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "1.4.2"
7   },
8   "license": "MIT",
9   "summary": "A delightful Promises implementation for iOS and OS X.",
10   "homepage": "http://promisekit.org",
11   "description": "UIActionSheet UIAlertView CLLocationManager MFMailComposeViewController ACAccountStore StoreKit SKRequest SKProductRequest blocks",
12   "social_media_url": "https://twitter.com/mxcl",
13   "authors": {
14     "Max Howell": "mxcl@me.com"
15   },
16   "documentation_url": "http://promisekit.org/api/",
17   "default_subspecs": [
18     "CALayer",
19     "NSURLConnection",
20     "NSNotificationCenter",
21     "UIActionSheet",
22     "UIAlertView",
23     "UIViewController",
24     "UIView",
25     "Pause",
26     "When",
27     "Until"
28   ],
29   "requires_arc": true,
30   "platforms": {
31     "ios": "6.0",
32     "osx": "10.7"
33   },
34   "subspecs": [
35     {
36       "name": "Promise",
37       "source_files": [
38         "objc/PromiseKit.h",
39         "objc/PMKPromise.m",
40         "objc/PromiseKit/Promise.h",
41         "objc/PromiseKit/fwd.h"
42       ],
43       "preserve_paths": [
44         "objc/PromiseKit",
45         "objc/Private"
46       ],
47       "frameworks": "Foundation"
48     },
49     {
50       "name": "Pause",
51       "source_files": [
52         "objc/PMKPromise+Pause.m",
53         "objc/PromiseKit/Promise+Pause.h"
54       ],
55       "xcconfig": {
56         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_PAUSE=1"
57       },
58       "preserve_paths": "objc/PromiseKit",
59       "dependencies": {
60         "PromiseKit/Promise": [
62         ]
63       }
64     },
65     {
66       "name": "Until",
67       "source_files": [
68         "objc/PMKPromise+Until.m",
69         "objc/PromiseKit/Promise+Until.h"
70       ],
71       "xcconfig": {
72         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UNTIL=1"
73       },
74       "preserve_paths": "objc/PromiseKit",
75       "dependencies": {
76         "PromiseKit/When": [
78         ],
79         "PromiseKit/Promise": [
81         ]
82       }
83     },
84     {
85       "name": "When",
86       "source_files": [
87         "objc/PMKPromise+When.m",
88         "objc/PromiseKit/Promise+When.h"
89       ],
90       "xcconfig": {
91         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_WHEN=1"
92       },
93       "preserve_paths": "objc/PromiseKit",
94       "dependencies": {
95         "PromiseKit/Promise": [
97         ]
98       }
99     },
100     {
101       "name": "Join",
102       "source_files": [
103         "objc/PMKPromise+Join.m",
104         "objc/PromiseKit/Promise+Join.h"
105       ],
106       "xcconfig": {
107         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_JOIN=1"
108       },
109       "preserve_paths": "objc/PromiseKit",
110       "dependencies": {
111         "PromiseKit/Until": [
113         ],
114         "PromiseKit/Promise": [
116         ]
117       }
118     },
119     {
120       "name": "Hang",
121       "source_files": [
122         "objc/PMKPromise+Hang.m",
123         "objc/PromiseKit/Promise+Hang.h"
124       ],
125       "xcconfig": {
126         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_HANG=1"
127       },
128       "preserve_paths": "objc/PromiseKit",
129       "dependencies": {
130         "PromiseKit/Promise": [
132         ]
133       }
134     },
135     {
136       "name": "Zalgo",
137       "source_files": [
138         "objc/PMKPromise+Zalgo.m",
139         "objc/PromiseKit/Promise+Zalgo.h"
140       ],
141       "xcconfig": {
142         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ZALGO=1"
143       },
144       "preserve_paths": "objc/PromiseKit",
145       "dependencies": {
146         "PromiseKit/Promise": [
148         ]
149       }
150     },
151     {
152       "name": "ACAccountStore",
153       "dependencies": {
154         "PromiseKit/Promise": [
156         ]
157       },
158       "preserve_paths": "objc/PromiseKit",
159       "platforms": {
160         "ios": "6.0",
161         "osx": "10.7"
162       },
163       "frameworks": "Accounts",
164       "source_files": [
165         "objc/ACAccountStore+PromiseKit.h",
166         "objc/ACAccountStore+PromiseKit.m",
167         "objc/deprecated/PromiseKit+Accounts.h"
168       ],
169       "xcconfig": {
170         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACACCOUNTSTORE=1"
171       }
172     },
173     {
174       "name": "AVAudioSession",
175       "dependencies": {
176         "PromiseKit/Promise": [
178         ]
179       },
180       "preserve_paths": "objc/PromiseKit",
181       "platforms": {
182         "ios": "6.0",
183         "osx": null
184       },
185       "ios": {
186         "frameworks": "AVFoundation",
187         "source_files": [
188           "objc/AVAudioSession+PromiseKit.h",
189           "objc/AVAudioSession+PromiseKit.m",
190           "objc/deprecated/PromiseKit+AVFoundation.h"
191         ],
192         "xcconfig": {
193           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_AVAUDIOSESSION=1"
194         }
195       }
196     },
197     {
198       "name": "CLGeocoder",
199       "dependencies": {
200         "PromiseKit/Promise": [
202         ]
203       },
204       "preserve_paths": "objc/PromiseKit",
205       "platforms": {
206         "ios": "6.0",
207         "osx": "10.7"
208       },
209       "frameworks": "CoreLocation",
210       "source_files": [
211         "objc/CLGeocoder+PromiseKit.h",
212         "objc/CLGeocoder+PromiseKit.m",
213         "objc/deprecated/PromiseKit+CoreLocation.h"
214       ],
215       "xcconfig": {
216         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CLGEOCODER=1"
217       }
218     },
219     {
220       "name": "CKContainer",
221       "dependencies": {
222         "PromiseKit/Promise": [
224         ]
225       },
226       "preserve_paths": "objc/PromiseKit",
227       "platforms": {
228         "ios": "6.0",
229         "osx": "10.7"
230       },
231       "frameworks": "CloudKit",
232       "source_files": [
233         "objc/CKContainer+PromiseKit.h",
234         "objc/CKContainer+PromiseKit.m",
235         "objc/deprecated/PromiseKit+CloudKit.h"
236       ],
237       "xcconfig": {
238         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CKCONTAINER=1"
239       }
240     },
241     {
242       "name": "CKDatabase",
243       "dependencies": {
244         "PromiseKit/Promise": [
246         ]
247       },
248       "preserve_paths": "objc/PromiseKit",
249       "platforms": {
250         "ios": "6.0",
251         "osx": "10.7"
252       },
253       "frameworks": "CloudKit",
254       "source_files": [
255         "objc/CKDatabase+PromiseKit.h",
256         "objc/CKDatabase+PromiseKit.m",
257         "objc/deprecated/PromiseKit+CloudKit.h"
258       ],
259       "xcconfig": {
260         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CKDATABASE=1"
261       }
262     },
263     {
264       "name": "CLLocationManager",
265       "dependencies": {
266         "PromiseKit/Promise": [
268         ]
269       },
270       "preserve_paths": "objc/PromiseKit",
271       "platforms": {
272         "ios": "6.0",
273         "osx": "10.7"
274       },
275       "frameworks": "CoreLocation",
276       "source_files": [
277         "objc/CLLocationManager+PromiseKit.h",
278         "objc/CLLocationManager+PromiseKit.m",
279         "objc/deprecated/PromiseKit+CoreLocation.h"
280       ],
281       "xcconfig": {
282         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CLLOCATIONMANAGER=1"
283       }
284     },
285     {
286       "name": "MKDirections",
287       "dependencies": {
288         "PromiseKit/Promise": [
290         ]
291       },
292       "preserve_paths": "objc/PromiseKit",
293       "platforms": {
294         "ios": "6.0",
295         "osx": "10.7"
296       },
297       "frameworks": "MapKit",
298       "source_files": [
299         "objc/MKDirections+PromiseKit.h",
300         "objc/MKDirections+PromiseKit.m",
301         "objc/deprecated/PromiseKit+MapKit.h"
302       ],
303       "xcconfig": {
304         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MKDIRECTIONS=1"
305       }
306     },
307     {
308       "name": "MKMapSnapshotter",
309       "dependencies": {
310         "PromiseKit/Promise": [
312         ]
313       },
314       "preserve_paths": "objc/PromiseKit",
315       "platforms": {
316         "ios": "6.0",
317         "osx": "10.7"
318       },
319       "frameworks": "MapKit",
320       "source_files": [
321         "objc/MKMapSnapshotter+PromiseKit.h",
322         "objc/MKMapSnapshotter+PromiseKit.m",
323         "objc/deprecated/PromiseKit+MapKit.h"
324       ],
325       "xcconfig": {
326         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MKMAPSNAPSHOTTER=1"
327       }
328     },
329     {
330       "name": "NSFileManager",
331       "dependencies": {
332         "PromiseKit/Promise": [
334         ]
335       },
336       "preserve_paths": "objc/PromiseKit",
337       "platforms": {
338         "ios": "6.0",
339         "osx": "10.7"
340       },
341       "frameworks": "Foundation",
342       "source_files": [
343         "objc/NSFileManager+PromiseKit.h",
344         "objc/NSFileManager+PromiseKit.m",
345         "objc/deprecated/PromiseKit+Foundation.h"
346       ],
347       "xcconfig": {
348         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSFILEMANAGER=1"
349       }
350     },
351     {
352       "name": "NSNotificationCenter",
353       "dependencies": {
354         "PromiseKit/Promise": [
356         ]
357       },
358       "preserve_paths": "objc/PromiseKit",
359       "platforms": {
360         "ios": "6.0",
361         "osx": "10.7"
362       },
363       "frameworks": "Foundation",
364       "source_files": [
365         "objc/NSNotificationCenter+PromiseKit.h",
366         "objc/NSNotificationCenter+PromiseKit.m",
367         "objc/deprecated/PromiseKit+Foundation.h"
368       ],
369       "xcconfig": {
370         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSNOTIFICATIONCENTER=1"
371       }
372     },
373     {
374       "name": "NSTask",
375       "dependencies": {
376         "PromiseKit/Promise": [
378         ]
379       },
380       "preserve_paths": "objc/PromiseKit",
381       "platforms": {
382         "osx": "10.7",
383         "ios": null
384       },
385       "osx": {
386         "frameworks": "Foundation",
387         "source_files": [
388           "objc/NSTask+PromiseKit.h",
389           "objc/NSTask+PromiseKit.m",
390           "objc/deprecated/PromiseKit+Foundation.h"
391         ],
392         "xcconfig": {
393           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSTASK=1"
394         }
395       }
396     },
397     {
398       "name": "NSURLConnection",
399       "dependencies": {
400         "PromiseKit/Promise": [
402         ],
403         "OMGHTTPURLRQ": [
405         ]
406       },
407       "preserve_paths": "objc/PromiseKit",
408       "platforms": {
409         "ios": "6.0",
410         "osx": "10.7"
411       },
412       "frameworks": "Foundation",
413       "source_files": [
414         "objc/NSURLConnection+PromiseKit.h",
415         "objc/NSURLConnection+PromiseKit.m",
416         "objc/deprecated/PromiseKit+Foundation.h"
417       ],
418       "xcconfig": {
419         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSURLCONNECTION=1"
420       }
421     },
422     {
423       "name": "SKRequest",
424       "dependencies": {
425         "PromiseKit/Promise": [
427         ]
428       },
429       "preserve_paths": "objc/PromiseKit",
430       "platforms": {
431         "ios": "6.0",
432         "osx": "10.7"
433       },
434       "frameworks": "StoreKit",
435       "source_files": [
436         "objc/SKRequest+PromiseKit.h",
437         "objc/SKRequest+PromiseKit.m",
438         "objc/deprecated/PromiseKit+StoreKit.h"
439       ],
440       "xcconfig": {
441         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SKREQUEST=1"
442       }
443     },
444     {
445       "name": "SLRequest",
446       "dependencies": {
447         "PromiseKit/Promise": [
449         ]
450       },
451       "preserve_paths": "objc/PromiseKit",
452       "platforms": {
453         "ios": "6.0",
454         "osx": "10.7"
455       },
456       "frameworks": "Social",
457       "source_files": [
458         "objc/SLRequest+PromiseKit.h",
459         "objc/SLRequest+PromiseKit.m",
460         "objc/deprecated/PromiseKit+Social.h"
461       ],
462       "xcconfig": {
463         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SLREQUEST=1"
464       }
465     },
466     {
467       "name": "UIActionSheet",
468       "dependencies": {
469         "PromiseKit/Promise": [
471         ]
472       },
473       "preserve_paths": "objc/PromiseKit",
474       "platforms": {
475         "ios": "6.0",
476         "osx": null
477       },
478       "ios": {
479         "frameworks": "UIKit",
480         "source_files": [
481           "objc/UIActionSheet+PromiseKit.h",
482           "objc/UIActionSheet+PromiseKit.m",
483           "objc/deprecated/PromiseKit+UIKit.h"
484         ],
485         "xcconfig": {
486           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIACTIONSHEET=1"
487         }
488       }
489     },
490     {
491       "name": "UIAlertView",
492       "dependencies": {
493         "PromiseKit/Promise": [
495         ]
496       },
497       "preserve_paths": "objc/PromiseKit",
498       "platforms": {
499         "ios": "6.0",
500         "osx": null
501       },
502       "ios": {
503         "frameworks": "UIKit",
504         "source_files": [
505           "objc/UIAlertView+PromiseKit.h",
506           "objc/UIAlertView+PromiseKit.m",
507           "objc/deprecated/PromiseKit+UIKit.h"
508         ],
509         "xcconfig": {
510           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIALERTVIEW=1"
511         }
512       }
513     },
514     {
515       "name": "UIView",
516       "dependencies": {
517         "PromiseKit/Promise": [
519         ]
520       },
521       "preserve_paths": "objc/PromiseKit",
522       "platforms": {
523         "ios": "6.0",
524         "osx": null
525       },
526       "ios": {
527         "source_files": [
528           "objc/UIView+PromiseKit.h",
529           "objc/UIView+PromiseKit.m",
530           "objc/deprecated/PromiseKit+UIKit.h"
531         ],
532         "frameworks": "UIKit",
533         "xcconfig": {
534           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIVIEW=1"
535         }
536       }
537     },
538     {
539       "name": "UIViewController",
540       "dependencies": {
541         "PromiseKit/Promise": [
543         ]
544       },
545       "preserve_paths": "objc/PromiseKit",
546       "platforms": {
547         "ios": "6.0",
548         "osx": null
549       },
550       "ios": {
551         "weak_frameworks": "AssetsLibrary",
552         "frameworks": "UIKit",
553         "source_files": [
554           "objc/UIViewController+PromiseKit.h",
555           "objc/UIViewController+PromiseKit.m",
556           "objc/deprecated/PromiseKit+UIKit.h"
557         ],
558         "xcconfig": {
559           "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIVIEWCONTROLLER=1"
560         }
561       }
562     },
563     {
564       "name": "CALayer",
565       "dependencies": {
566         "PromiseKit/Promise": [
568         ]
569       },
570       "preserve_paths": "objc/PromiseKit",
571       "platforms": {
572         "ios": "6.0",
573         "osx": "10.7"
574       },
575       "frameworks": "QuartzCore",
576       "source_files": [
577         "objc/CALayer+PromiseKit.h",
578         "objc/CALayer+PromiseKit.m",
579         "objc/deprecated/PromiseKit+QuartzCore.h"
580       ],
581       "xcconfig": {
582         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CALAYER=1"
583       }
584     },
585     {
586       "name": "Accounts",
587       "dependencies": {
588         "PromiseKit/ACAccountStore": [
590         ]
591       }
592     },
593     {
594       "name": "AVFoundation",
595       "dependencies": {
596         "PromiseKit/AVAudioSession": [
598         ]
599       }
600     },
601     {
602       "name": "CloudKit",
603       "dependencies": {
604         "PromiseKit/CKContainer": [
606         ],
607         "PromiseKit/CKDatabase": [
609         ]
610       }
611     },
612     {
613       "name": "CoreLocation",
614       "dependencies": {
615         "PromiseKit/CLGeocoder": [
617         ],
618         "PromiseKit/CLLocationManager": [
620         ]
621       }
622     },
623     {
624       "name": "Foundation",
625       "dependencies": {
626         "PromiseKit/NSFileManager": [
628         ],
629         "PromiseKit/NSNotificationCenter": [
631         ],
632         "PromiseKit/NSTask": [
634         ],
635         "PromiseKit/NSURLConnection": [
637         ]
638       }
639     },
640     {
641       "name": "MapKit",
642       "dependencies": {
643         "PromiseKit/MKDirections": [
645         ],
646         "PromiseKit/MKMapSnapshotter": [
648         ]
649       }
650     },
651     {
652       "name": "Social",
653       "dependencies": {
654         "PromiseKit/SLRequest": [
656         ]
657       }
658     },
659     {
660       "name": "StoreKit",
661       "dependencies": {
662         "PromiseKit/SKRequest": [
664         ]
665       }
666     },
667     {
668       "name": "UIKit",
669       "dependencies": {
670         "PromiseKit/UIActionSheet": [
672         ],
673         "PromiseKit/UIAlertView": [
675         ],
676         "PromiseKit/UIView": [
678         ],
679         "PromiseKit/UIViewController": [
681         ]
682       }
683     },
684     {
685       "name": "QuartzCore",
686       "dependencies": {
687         "PromiseKit/CALayer": [
689         ]
690       }
691     },
692     {
693       "name": "all",
694       "dependencies": {
695         "PromiseKit/When": [
697         ],
698         "PromiseKit/Until": [
700         ],
701         "PromiseKit/Pause": [
703         ],
704         "PromiseKit/Join": [
706         ],
707         "PromiseKit/Hang": [
709         ],
710         "PromiseKit/Accounts": [
712         ],
713         "PromiseKit/AVFoundation": [
715         ],
716         "PromiseKit/CloudKit": [
718         ],
719         "PromiseKit/CoreLocation": [
721         ],
722         "PromiseKit/Foundation": [
724         ],
725         "PromiseKit/MapKit": [
727         ],
728         "PromiseKit/Social": [
730         ],
731         "PromiseKit/StoreKit": [
733         ],
734         "PromiseKit/UIKit": [
736         ],
737         "PromiseKit/QuartzCore": [
739         ]
740       }
741     },
742     {
743       "name": "Swift",
744       "default_subspecs": [
745         "Foundation",
746         "UIKit"
747       ],
748       "platforms": {
749         "ios": 8.0,
750         "osx": 10.9
751       },
752       "subspecs": [
753         {
754           "name": "Promise",
755           "source_files": [
756             "Swift Sources/Promise.swift",
757             "Swift Sources/when.swift",
758             "Swift Sources/misc.swift",
759             "Swift Sources/constants.swift",
760             "Swift Sources/after.swift",
761             "Swift Sources/race.swift"
762           ]
763         },
764         {
765           "name": "CloudKit",
766           "dependencies": {
767             "PromiseKit/Swift/Promise": [
769             ]
770           },
771           "source_files": "Swift Sources/CK*.swift"
772         },
773         {
774           "name": "UIKit",
775           "dependencies": {
776             "PromiseKit/Swift/Promise": [
778             ]
779           },
780           "ios": {
781             "source_files": "Swift Sources/UI*.swift",
782             "frameworks": "AssetsLibrary"
783           }
784         },
785         {
786           "name": "CoreLocation",
787           "dependencies": {
788             "PromiseKit/Swift/Promise": [
790             ]
791           },
792           "source_files": "Swift Sources/CL*.swift"
793         },
794         {
795           "name": "MapKit",
796           "dependencies": {
797             "PromiseKit/Swift/Promise": [
799             ]
800           },
801           "source_files": "Swift Sources/MK*.swift"
802         },
803         {
804           "name": "NSJSONFromData",
805           "dependencies": {
806             "PromiseKit/Swift/Promise": [
808             ]
809           },
810           "source_files": "Swift Sources/NSJSONFromData.swift"
811         },
812         {
813           "name": "Social",
814           "dependencies": {
815             "PromiseKit/Swift/Promise": [
817             ],
818             "PromiseKit/Swift/NSJSONFromData": [
820             ]
821           },
822           "source_files": [
823             "Swift Sources/SLRequest+Promise.swift"
824           ]
825         },
826         {
827           "name": "StoreKit",
828           "dependencies": {
829             "PromiseKit/Swift/Promise": [
831             ]
832           },
833           "source_files": "Swift Sources/SK*.swift"
834         },
835         {
836           "name": "Foundation",
837           "dependencies": {
838             "PromiseKit/Swift/Promise": [
840             ],
841             "PromiseKit/Swift/NSJSONFromData": [
843             ],
844             "OMGHTTPURLRQ": [
846             ]
847           },
848           "ios": {
849             "source_files": [
850               "Swift Sources/NSFileManager+Promise.swift",
851               "Swift Sources/NSNotificationCenter+Promise.swift",
852               "Swift Sources/NSURLConnection+Promise.swift"
853             ]
854           },
855           "osx": {
856             "source_files": [
857               "Swift Sources/NSFileManager+Promise.swift",
858               "Swift Sources/NSNotificationCenter+Promise.swift",
859               "Swift Sources/NSURLConnection+Promise.swift",
860               "Swift Sources/NSTask+Promise.swift"
861             ]
862           }
863         },
864         {
865           "name": "NSNotificationCenter",
866           "dependencies": {
867             "PromiseKit/Swift/Promise": [
869             ]
870           },
871           "source_files": "Swift Sources/NSNotificationCenter+Promise.swift"
872         },
873         {
874           "name": "Accounts",
875           "dependencies": {
876             "PromiseKit/Swift/Promise": [
878             ]
879           },
880           "source_files": "Swift Sources/AC*.swift"
881         },
882         {
883           "name": "AVFoundation",
884           "dependencies": {
885             "PromiseKit/Swift/Promise": [
887             ]
888           },
889           "ios": {
890             "source_files": "Swift Sources/AV*.swift"
891           }
892         },
893         {
894           "name": "all",
895           "dependencies": {
896             "PromiseKit/Swift/CloudKit": [
898             ],
899             "PromiseKit/Swift/CoreLocation": [
901             ],
902             "PromiseKit/Swift/Foundation": [
904             ],
905             "PromiseKit/Swift/MapKit": [
907             ],
908             "PromiseKit/Swift/Social": [
910             ],
911             "PromiseKit/Swift/StoreKit": [
913             ],
914             "PromiseKit/Swift/UIKit": [
916             ]
917           }
918         }
919       ]
920     },
921     {
922       "name": "SKProductsRequest",
923       "deprecated_in_favor_of": "PromiseKit/SKRequest",
924       "dependencies": {
925         "PromiseKit/SKRequest": [
927         ]
928       },
929       "preserve_paths": "objc/deprecated",
930       "source_files": "objc/deprecated/SKProductsRequest+PromiseKit.h"
931     },
932     {
933       "name": "base",
934       "deprecated_in_favor_of": "PromiseKit/Promise",
935       "dependencies": {
936         "PromiseKit/Promise": [
938         ],
939         "PromiseKit/When": [
941         ],
942         "PromiseKit/Until": [
944         ]
945       }
946     }
947   ]