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",
27 "objc/PromiseKit/*.h",
28 "objc/PromiseKit.{h,m}"
34 "frameworks": "Foundation"
39 "PromiseKit/Foundation": [
53 "source_files": "objc/Private/PMKManualReference.m",
72 "source_files": "objc/PromiseKit+Foundation.{h,m}",
74 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
80 "frameworks": "Foundation"
88 "PromiseKit/private": [
93 "source_files": "objc/PromiseKit+UIKit.{h,m}",
100 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
106 "weak_frameworks": "AssetsLibrary"
109 "name": "CoreLocation",
114 "PromiseKit/private": [
118 "source_files": "objc/PromiseKit+CoreLocation.{h,m}",
120 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
122 "frameworks": "CoreLocation",
135 "source_files": "objc/PromiseKit+MapKit.{h,m}",
137 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
139 "frameworks": "MapKit",
152 "source_files": "objc/PromiseKit+Accounts.{h,m}",
154 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACCOUNTS=1"
156 "frameworks": "Accounts",
172 "source_files": "objc/PromiseKit+Social.{h,m}",
174 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
176 "frameworks": "Social",
188 "PromiseKit/private": [
192 "source_files": "objc/PromiseKit+StoreKit.{h,m}",
194 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
196 "frameworks": "StoreKit",
203 "name": "AVFoundation",
210 "source_files": "objc/PromiseKit+AVFoundation.{h,m}",
211 "frameworks": "AVFoundation"