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"
44 "source_files": "PromiseKit+Foundation.{h,m}",
46 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
52 "frameworks": "Foundation"
62 "source_files": "PromiseKit+UIKit.{h,m}",
69 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
77 "name": "CoreLocation",
83 "source_files": "PromiseKit+CoreLocation.{h,m}",
85 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
87 "frameworks": "CoreLocation",
100 "source_files": "PromiseKit+MapKit.{h,m}",
102 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
104 "frameworks": "MapKit",