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"
16 "compiler_flags": "-fmodules",
32 "frameworks": "Foundation"
36 "source_files": "Private/PMKManualReference.m",
52 "source_files": "PromiseKit+Foundation.{h,m}",
54 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
60 "frameworks": "Foundation"
70 "source_files": "PromiseKit+UIKit.{h,m}",
77 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
85 "name": "CoreLocation",
90 "PromiseKit/private": [
94 "source_files": "PromiseKit+CoreLocation.{h,m}",
96 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
98 "frameworks": "CoreLocation",
111 "source_files": "PromiseKit+MapKit.{h,m}",
113 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
115 "frameworks": "MapKit",
122 "name": "SocialFramework",
128 "source_files": "PromiseKit+SocialFramework.{h,m}",
130 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIALFRAMEWORK=1"