[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.8 / PromiseKit.podspec.json
blob906a16bdcb0fcfc1063b80a0f42149dc18a407b5
2   "name": "PromiseKit",
3   "version": "0.9.8",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.8"
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   "subspecs": [
23     {
24       "name": "base",
25       "source_files": [
26         "PromiseKit/*.h",
27         "PromiseKit.{h,m}"
28       ],
29       "preserve_paths": [
30         "Private",
31         "PromiseKit"
32       ],
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "private",
37       "source_files": "Private/PMKManualReference.m",
38       "preserve_paths": [
39         "Private",
40         "PromiseKit"
41       ]
42     },
43     {
44       "name": "Foundation",
45       "dependencies": {
46         "PromiseKit/base": [
48         ],
49         "ChuzzleKit": [
51         ]
52       },
53       "source_files": "PromiseKit+Foundation.{h,m}",
54       "xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
56       },
57       "preserve_paths": [
58         "Private",
59         "PromiseKit"
60       ],
61       "frameworks": "Foundation"
62     },
63     {
64       "name": "UIKit",
65       "dependencies": {
66         "PromiseKit/base": [
68         ]
69       },
70       "ios": {
71         "source_files": "PromiseKit+UIKit.{h,m}",
72         "frameworks": "UIKit"
73       },
74       "platforms": {
75         "ios": "5.0"
76       },
77       "xcconfig": {
78         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
79       },
80       "preserve_paths": [
81         "Private",
82         "PromiseKit"
83       ],
84       "weak_frameworks": "AssetsLibrary"
85     },
86     {
87       "name": "CoreLocation",
88       "dependencies": {
89         "PromiseKit/base": [
91         ],
92         "PromiseKit/private": [
94         ]
95       },
96       "source_files": "PromiseKit+CoreLocation.{h,m}",
97       "xcconfig": {
98         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
99       },
100       "frameworks": "CoreLocation",
101       "preserve_paths": [
102         "Private",
103         "PromiseKit"
104       ]
105     },
106     {
107       "name": "MapKit",
108       "dependencies": {
109         "PromiseKit/base": [
111         ]
112       },
113       "source_files": "PromiseKit+MapKit.{h,m}",
114       "xcconfig": {
115         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
116       },
117       "frameworks": "MapKit",
118       "preserve_paths": [
119         "Private",
120         "PromiseKit"
121       ]
122     },
123     {
124       "name": "Social",
125       "dependencies": {
126         "PromiseKit/base": [
128         ]
129       },
130       "source_files": "PromiseKit+Social.{h,m}",
131       "xcconfig": {
132         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_SOCIAL=1"
133       },
134       "frameworks": [
135         "Social",
136         "Accounts"
137       ],
138       "preserve_paths": [
139         "Private",
140         "PromiseKit"
141       ]
142     },
143     {
144       "name": "StoreKit",
145       "dependencies": {
146         "PromiseKit/base": [
148         ],
149         "PromiseKit/private": [
151         ]
152       },
153       "source_files": "PromiseKit+StoreKit.{h,m}",
154       "xcconfig": {
155         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_STOREKIT=1"
156       },
157       "frameworks": "StoreKit",
158       "preserve_paths": [
159         "Private",
160         "PromiseKit"
161       ]
162     }
163   ]