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",
17 "compiler_flags": "-fmodules",
22 "default_subspecs": "defaults",
34 "frameworks": "Foundation"
39 "PromiseKit/Foundation": [
53 "source_files": "Private/PMKManualReference.m",
69 "source_files": "PromiseKit+Foundation.{h,m}",
71 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
77 "frameworks": "Foundation"
85 "PromiseKit/private": [
90 "source_files": "PromiseKit+UIKit.{h,m}",
97 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
103 "weak_frameworks": "AssetsLibrary"
106 "name": "CoreLocation",
111 "PromiseKit/private": [
115 "source_files": "PromiseKit+CoreLocation.{h,m}",
117 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
119 "frameworks": "CoreLocation",
132 "source_files": "PromiseKit+MapKit.{h,m}",
134 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
136 "frameworks": "MapKit",
149 "source_files": "PromiseKit+Accounts.{h,m}",
151 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACCOUNTS=1"
153 "frameworks": "Accounts",
169 "source_files": "PromiseKit+Social.{h,m}",
171 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
173 "frameworks": "Social",
185 "PromiseKit/private": [
189 "source_files": "PromiseKit+StoreKit.{h,m}",
191 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
193 "frameworks": "StoreKit",
200 "name": "AVFoundation",
207 "source_files": "PromiseKit+AVFoundation.{h,m}",
208 "frameworks": "AVFoundation"