5 "git": "https://github.com/mxcl/PromiseKit.git",
9 "summary": "A delightful Promises implementation for iOS and OS X.",
10 "homepage": "http://promisekit.org",
11 "social_media_url": "https://twitter.com/mxcl",
13 "Max Howell": "mxcl@me.com"
15 "documentation_url": "http://promisekit.org/api/",
18 "NSNotificationCenter",
38 "objc/PromiseKit/Promise.h",
39 "objc/PromiseKit/fwd.h"
45 "frameworks": "Foundation"
50 "objc/PMKPromise+Pause.m",
51 "objc/PromiseKit/Promise+Pause.h"
54 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_PAUSE=1"
56 "preserve_paths": "objc/PromiseKit",
58 "PromiseKit/Promise": [
66 "objc/PMKPromise+Until.m",
67 "objc/PromiseKit/Promise+Until.h"
70 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UNTIL=1"
72 "preserve_paths": "objc/PromiseKit",
77 "PromiseKit/Promise": [
85 "objc/PMKPromise+When.m",
86 "objc/PromiseKit/Promise+When.h"
89 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_WHEN=1"
91 "preserve_paths": "objc/PromiseKit",
93 "PromiseKit/Promise": [
101 "PromiseKit/Promise": [
107 "PromiseKit/Until": [
113 "name": "ACAccountStore",
115 "PromiseKit/Promise": [
119 "preserve_paths": "objc/PromiseKit",
124 "frameworks": "Accounts",
126 "objc/ACAccountStore+PromiseKit.h",
127 "objc/ACAccountStore+PromiseKit.m",
128 "objc/deprecated/PromiseKit+Accounts.h"
131 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACACCOUNTSTORE=1"
135 "name": "AVAudioSession",
137 "PromiseKit/Promise": [
141 "preserve_paths": "objc/PromiseKit",
147 "frameworks": "AVFoundation",
149 "objc/AVAudioSession+PromiseKit.h",
150 "objc/AVAudioSession+PromiseKit.m",
151 "objc/deprecated/PromiseKit+AVFoundation.h"
154 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_AVAUDIOSESSION=1"
159 "name": "CLGeocoder",
161 "PromiseKit/Promise": [
165 "preserve_paths": "objc/PromiseKit",
170 "frameworks": "CoreLocation",
172 "objc/CLGeocoder+PromiseKit.h",
173 "objc/CLGeocoder+PromiseKit.m",
174 "objc/deprecated/PromiseKit+CoreLocation.h"
177 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CLGEOCODER=1"
181 "name": "CKContainer",
183 "PromiseKit/Promise": [
187 "preserve_paths": "objc/PromiseKit",
192 "frameworks": "CloudKit",
194 "objc/CKContainer+PromiseKit.h",
195 "objc/CKContainer+PromiseKit.m",
196 "objc/deprecated/PromiseKit+CloudKit.h"
199 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CKCONTAINER=1"
203 "name": "CKDatabase",
205 "PromiseKit/Promise": [
209 "preserve_paths": "objc/PromiseKit",
214 "frameworks": "CloudKit",
216 "objc/CKDatabase+PromiseKit.h",
217 "objc/CKDatabase+PromiseKit.m",
218 "objc/deprecated/PromiseKit+CloudKit.h"
221 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CKDATABASE=1"
225 "name": "CLLocationManager",
227 "PromiseKit/Promise": [
231 "preserve_paths": "objc/PromiseKit",
236 "frameworks": "CoreLocation",
238 "objc/CLLocationManager+PromiseKit.h",
239 "objc/CLLocationManager+PromiseKit.m",
240 "objc/deprecated/PromiseKit+CoreLocation.h"
243 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CLLOCATIONMANAGER=1"
247 "name": "MKDirections",
249 "PromiseKit/Promise": [
253 "preserve_paths": "objc/PromiseKit",
258 "frameworks": "MapKit",
260 "objc/MKDirections+PromiseKit.h",
261 "objc/MKDirections+PromiseKit.m",
262 "objc/deprecated/PromiseKit+MapKit.h"
265 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MKDIRECTIONS=1"
269 "name": "MKMapSnapshotter",
271 "PromiseKit/Promise": [
275 "preserve_paths": "objc/PromiseKit",
280 "frameworks": "MapKit",
282 "objc/MKMapSnapshotter+PromiseKit.h",
283 "objc/MKMapSnapshotter+PromiseKit.m",
284 "objc/deprecated/PromiseKit+MapKit.h"
287 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MKMAPSNAPSHOTTER=1"
291 "name": "NSNotificationCenter",
293 "PromiseKit/Promise": [
297 "preserve_paths": "objc/PromiseKit",
302 "frameworks": "Foundation",
304 "objc/NSNotificationCenter+PromiseKit.h",
305 "objc/NSNotificationCenter+PromiseKit.m",
306 "objc/deprecated/PromiseKit+Foundation.h"
309 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSNOTIFICATIONCENTER=1"
315 "PromiseKit/Promise": [
319 "preserve_paths": "objc/PromiseKit",
325 "frameworks": "Foundation",
327 "objc/NSTask+PromiseKit.h",
328 "objc/NSTask+PromiseKit.m",
329 "objc/deprecated/PromiseKit+Foundation.h"
332 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSTASK=1"
337 "name": "NSURLConnection",
339 "PromiseKit/Promise": [
346 "preserve_paths": "objc/PromiseKit",
351 "frameworks": "Foundation",
353 "objc/NSURLConnection+PromiseKit.h",
354 "objc/NSURLConnection+PromiseKit.m",
355 "objc/deprecated/PromiseKit+Foundation.h"
358 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_NSURLCONNECTION=1"
364 "PromiseKit/Promise": [
368 "preserve_paths": "objc/PromiseKit",
373 "frameworks": "StoreKit",
375 "objc/SKRequest+PromiseKit.h",
376 "objc/SKRequest+PromiseKit.m",
377 "objc/deprecated/PromiseKit+StoreKit.h"
380 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SKREQUEST=1"
386 "PromiseKit/Promise": [
390 "preserve_paths": "objc/PromiseKit",
395 "frameworks": "Social",
397 "objc/SLRequest+PromiseKit.h",
398 "objc/SLRequest+PromiseKit.m",
399 "objc/deprecated/PromiseKit+Social.h"
402 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SLREQUEST=1"
406 "name": "UIActionSheet",
408 "PromiseKit/Promise": [
412 "preserve_paths": "objc/PromiseKit",
418 "frameworks": "UIKit",
420 "objc/UIActionSheet+PromiseKit.h",
421 "objc/UIActionSheet+PromiseKit.m",
422 "objc/deprecated/PromiseKit+UIKit.h"
425 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIACTIONSHEET=1"
430 "name": "UIAlertView",
432 "PromiseKit/Promise": [
436 "preserve_paths": "objc/PromiseKit",
442 "frameworks": "UIKit",
444 "objc/UIAlertView+PromiseKit.h",
445 "objc/UIAlertView+PromiseKit.m",
446 "objc/deprecated/PromiseKit+UIKit.h"
449 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIALERTVIEW=1"
456 "PromiseKit/Promise": [
460 "preserve_paths": "objc/PromiseKit",
467 "objc/UIView+PromiseKit.h",
468 "objc/UIView+PromiseKit.m",
469 "objc/deprecated/PromiseKit+UIKit.h"
471 "frameworks": "UIKit",
473 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIVIEW=1"
478 "name": "UIViewController",
480 "PromiseKit/Promise": [
484 "preserve_paths": "objc/PromiseKit",
490 "weak_frameworks": "AssetsLibrary",
491 "frameworks": "UIKit",
493 "objc/UIViewController+PromiseKit.h",
494 "objc/UIViewController+PromiseKit.m",
495 "objc/deprecated/PromiseKit+UIKit.h"
498 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIVIEWCONTROLLER=1"
505 "PromiseKit/ACAccountStore": [
511 "name": "AVFoundation",
513 "PromiseKit/AVAudioSession": [
521 "PromiseKit/CKContainer": [
524 "PromiseKit/CKDatabase": [
530 "name": "CoreLocation",
532 "PromiseKit/CLGeocoder": [
535 "PromiseKit/CLLocationManager": [
541 "name": "Foundation",
543 "PromiseKit/NSNotificationCenter": [
546 "PromiseKit/NSTask": [
549 "PromiseKit/NSURLConnection": [
557 "PromiseKit/MKDirections": [
560 "PromiseKit/MKMapSnapshotter": [
568 "PromiseKit/SLRequest": [
576 "PromiseKit/SKRequest": [
584 "PromiseKit/UIActionSheet": [
587 "PromiseKit/UIAlertView": [
590 "PromiseKit/UIView": [
593 "PromiseKit/UIViewController": [
604 "PromiseKit/Until": [
607 "PromiseKit/Pause": [
610 "PromiseKit/Accounts": [
613 "PromiseKit/AVFoundation": [
616 "PromiseKit/CloudKit": [
619 "PromiseKit/CoreLocation": [
622 "PromiseKit/Foundation": [
625 "PromiseKit/MapKit": [
628 "PromiseKit/Social": [
631 "PromiseKit/StoreKit": [
634 "PromiseKit/UIKit": [
640 "name": "SKProductsRequest",
642 "PromiseKit/SKRequest": [
646 "preserve_paths": "objc/deprecated",
647 "source_files": "objc/deprecated/SKProductsRequest+PromiseKit.h"