[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / a / f / 1 / PromiseKit / 0.9.5 / PromiseKit.podspec.json
blobcd5c71d24abdbea1ed3548edba26a39843ca6c28
2   "name": "PromiseKit",
3   "version": "0.9.5",
4   "source": {
5     "git": "https://github.com/mxcl/PromiseKit.git",
6     "tag": "0.9.5"
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   "requires_arc": true,
16   "compiler_flags": "-fmodules",
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "subspecs": [
22     {
23       "name": "base",
24       "source_files": [
25         "PromiseKit/*.h",
26         "PromiseKit.{h,m}"
27       ],
28       "preserve_paths": [
29         "Private",
30         "PromiseKit"
31       ],
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Foundation",
36       "dependencies": {
37         "PromiseKit/base": [
39         ],
40         "ChuzzleKit": [
42         ]
43       },
44       "source_files": "PromiseKit+Foundation.{h,m}",
45       "xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_FOUNDATION=1"
47       },
48       "preserve_paths": [
49         "Private",
50         "PromiseKit"
51       ],
52       "frameworks": "Foundation"
53     },
54     {
55       "name": "UIKit",
56       "dependencies": {
57         "PromiseKit/base": [
59         ]
60       },
61       "ios": {
62         "source_files": "PromiseKit+UIKit.{h,m}",
63         "frameworks": "UIKit"
64       },
65       "platforms": {
66         "ios": "5.0"
67       },
68       "xcconfig": {
69         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_UIKIT=1"
70       },
71       "preserve_paths": [
72         "Private",
73         "PromiseKit"
74       ]
75     },
76     {
77       "name": "CoreLocation",
78       "dependencies": {
79         "PromiseKit/base": [
81         ]
82       },
83       "source_files": "PromiseKit+CoreLocation.{h,m}",
84       "xcconfig": {
85         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_CORELOCATION=1"
86       },
87       "frameworks": "CoreLocation",
88       "preserve_paths": [
89         "Private",
90         "PromiseKit"
91       ]
92     },
93     {
94       "name": "MapKit",
95       "dependencies": {
96         "PromiseKit/base": [
98         ]
99       },
100       "source_files": "PromiseKit+MapKit.{h,m}",
101       "xcconfig": {
102         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PMK_MAPKIT=1"
103       },
104       "frameworks": "MapKit",
105       "preserve_paths": [
106         "Private",
107         "PromiseKit"
108       ]
109     }
110   ]