[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.9 / PromiseKit.podspec.json
blob466a30a96236b45889cae8ef45ed2d44b6bee423
2   "name": "PromiseKit",
3   "version": "0.9.9",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.9"
7   },
8   "license": "MIT",
9   "summary": "A delightful Promises implementation for iOS and OS X.",
10   "homepage": "http://promisekit.org",
11   "social_media_url": "https://twitter.com/mxcl",
12   "authors": {
13     "Max Howell": "mxcl@me.com"
14   },
15   "documentation_url": "http://promisekit.org",
16   "requires_arc": true,
17   "compiler_flags": "-fmodules",
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "default_subspecs": "defaults",
23   "subspecs": [
24     {
25       "name": "base",
26       "source_files": [
27         "PromiseKit/*.h",
28         "PromiseKit.{h,m}"
29       ],
30       "preserve_paths": [
31         "Private",
32         "PromiseKit"
33       ],
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "defaults",
38       "dependencies": {
39         "PromiseKit/Foundation": [
41         ]
42       },
43       "ios": {
44         "dependencies": {
45           "PromiseKit/UIKit": [
47           ]
48         }
49       }
50     },
51     {
52       "name": "private",
53       "source_files": "Private/PMKManualReference.m",
54       "preserve_paths": [
55         "Private",
56         "PromiseKit"
57       ]
58     },
59     {
60       "name": "Foundation",
61       "dependencies": {
62         "PromiseKit/base": [
64         ],
65         "ChuzzleKit": [
67         ]
68       },
69       "source_files": "PromiseKit+Foundation.{h,m}",
70       "xcconfig": {
71         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
72       },
73       "preserve_paths": [
74         "Private",
75         "PromiseKit"
76       ],
77       "frameworks": "Foundation"
78     },
79     {
80       "name": "UIKit",
81       "dependencies": {
82         "PromiseKit/base": [
84         ],
85         "PromiseKit/private": [
87         ]
88       },
89       "ios": {
90         "source_files": "PromiseKit+UIKit.{h,m}",
91         "frameworks": "UIKit"
92       },
93       "platforms": {
94         "ios": "5.0"
95       },
96       "xcconfig": {
97         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
98       },
99       "preserve_paths": [
100         "Private",
101         "PromiseKit"
102       ],
103       "weak_frameworks": "AssetsLibrary"
104     },
105     {
106       "name": "CoreLocation",
107       "dependencies": {
108         "PromiseKit/base": [
110         ],
111         "PromiseKit/private": [
113         ]
114       },
115       "source_files": "PromiseKit+CoreLocation.{h,m}",
116       "xcconfig": {
117         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
118       },
119       "frameworks": "CoreLocation",
120       "preserve_paths": [
121         "Private",
122         "PromiseKit"
123       ]
124     },
125     {
126       "name": "MapKit",
127       "dependencies": {
128         "PromiseKit/base": [
130         ]
131       },
132       "source_files": "PromiseKit+MapKit.{h,m}",
133       "xcconfig": {
134         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
135       },
136       "frameworks": "MapKit",
137       "preserve_paths": [
138         "Private",
139         "PromiseKit"
140       ]
141     },
142     {
143       "name": "Accounts",
144       "dependencies": {
145         "PromiseKit/base": [
147         ]
148       },
149       "source_files": "PromiseKit+Accounts.{h,m}",
150       "xcconfig": {
151         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_ACCOUNTS=1"
152       },
153       "frameworks": "Accounts",
154       "preserve_paths": [
155         "Private",
156         "PromiseKit"
157       ]
158     },
159     {
160       "name": "Social",
161       "dependencies": {
162         "PromiseKit/base": [
164         ],
165         "ChuzzleKit": [
167         ]
168       },
169       "source_files": "PromiseKit+Social.{h,m}",
170       "xcconfig": {
171         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
172       },
173       "frameworks": "Social",
174       "preserve_paths": [
175         "Private",
176         "PromiseKit"
177       ]
178     },
179     {
180       "name": "StoreKit",
181       "dependencies": {
182         "PromiseKit/base": [
184         ],
185         "PromiseKit/private": [
187         ]
188       },
189       "source_files": "PromiseKit+StoreKit.{h,m}",
190       "xcconfig": {
191         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
192       },
193       "frameworks": "StoreKit",
194       "preserve_paths": [
195         "Private",
196         "PromiseKit"
197       ]
198     },
199     {
200       "name": "AVFoundation",
201       "dependencies": {
202         "PromiseKit/base": [
204         ]
205       },
206       "ios": {
207         "source_files": "PromiseKit+AVFoundation.{h,m}",
208         "frameworks": "AVFoundation"
209       },
210       "platforms": {
211         "ios": "5.0"
212       },
213       "preserve_paths": [
214         "Private",
215         "PromiseKit"
216       ]
217     }
218   ]