[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / e / OMPromises / 0.8.1 / OMPromises.podspec.json
blobd87311be408f6ce7c53097c4ef6c7301c9abdba7
2   "name": "OMPromises",
3   "version": "0.8.1",
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     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/b52/OMPromises.git",
20     "tag": "0.8.1"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Sources/OMPromises.h",
29         "Sources/Core",
30         "Sources/Core/External"
31       ],
32       "public_header_files": [
33         "Sources/OMPromises.h",
34         "Sources/Core/{OMPromises,OMPromise,OMDeferred,OMLazyPromise}.h"
35       ]
36     },
37     {
38       "name": "HTTP",
39       "dependencies": {
40         "OMPromises/Core": [
42         ]
43       },
44       "source_files": [
45         "Sources/OMHTTP.h",
46         "Sources/HTTP"
47       ],
48       "public_header_files": [
49         "Sources/OMHTTP.h",
50         "Sources/HTTP/*.h"
51       ],
52       "xcconfig": {
53         "GCC_PREPROCESSOR_DEFINITIONS": "OMPROMISES_HTTP_AVAILABLE=1"
54       }
55     },
56     {
57       "name": "Tests",
58       "dependencies": {
59         "OMPromises/Core": [
61         ],
62         "OMPromises/HTTP": [
64         ]
65       },
66       "frameworks": "XCTest",
67       "source_files": [
68         "Tests/*.{h,m}",
69         "Tests/{Core,HTTP}/*.{h,m}"
70       ],
71       "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n#import <MobileCoreServices/MobileCoreServices.h>\n#else\n#import <CoreServices/CoreServices.h>\n#endif"
72     }
73   ]