[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 7 / 2 / e / OMPromises / 0.4.0 / OMPromises.podspec.json
bloba135fafdb35df8ada04419031d9e886418ef306d
2   "name": "OMPromises",
3   "version": "0.4.0",
4   "summary": "Promises for iOS & Mac OS X",
5   "homepage": "http://github.com/b52/OMPromises",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Oliver Mader": "b52@reaktor42.de"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/b52/OMPromises.git",
19     "tag": "0.4.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Classes/OMPromises.h",
28         "Classes/Core",
29         "Classes/Core/External"
30       ],
31       "public_header_files": [
32         "Classes/OMPromises.h",
33         "Classes/Core/{OMPromises,OMPromise,OMDeferred}.h"
34       ],
35       "ios": {
36         "resource_bundles": {
37           "OMPromises-Resources-iOS": [
38             "Resources/*.lproj"
39           ]
40         }
41       },
42       "osx": {
43         "resource_bundles": {
44           "OMPromises-Resources-OSX": [
45             "Resources/*.lproj"
46           ]
47         }
48       },
49       "preserve_paths": "Resources"
50     },
51     {
52       "name": "HTTP",
53       "dependencies": {
54         "OMPromises/Core": [
56         ]
57       },
58       "source_files": [
59         "Classes/OMHTTP.h",
60         "Classes/HTTP"
61       ],
62       "public_header_files": [
63         "Classes/OMHTTP.h",
64         "Classes/HTTP/*.h"
65       ],
66       "xcconfig": {
67         "GCC_PREPROCESSOR_DEFINITIONS": "OMPROMISES_HTTP_AVAILABLE=1"
68       }
69     },
70     {
71       "name": "Tests",
72       "dependencies": {
73         "OMPromises/Core": [
75         ],
76         "OMPromises/HTTP": [
78         ]
79       },
80       "frameworks": "XCTest",
81       "source_files": [
82         "Tests/*.{h,m}",
83         "Tests/{Core,HTTP}/*.{h,m}"
84       ],
85       "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n#import <MobileCoreServices/MobileCoreServices.h>\n#else\n#import <CoreServices/CoreServices.h>\n#endif\n"
86     }
87   ]