[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / e / OMPromises / 0.3.0 / OMPromises.podspec.json
blob812394a185ed0af2b72fd6d4b09d56d01fd086a7
2   "name": "OMPromises",
3   "version": "0.3.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.3.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "Core"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Classes/OMPromises.h",
30         "Classes/Core",
31         "Classes/Core/External"
32       ],
33       "public_header_files": [
34         "Classes/OMPromises.h",
35         "Classes/Core/{OMPromises,OMPromise,OMDeferred}.h"
36       ],
37       "ios": {
38         "resource_bundles": {
39           "OMPromises-Resources-iOS": [
40             "Resources/*.lproj"
41           ]
42         }
43       },
44       "osx": {
45         "resource_bundles": {
46           "OMPromises-Resources-OSX": [
47             "Resources/*.lproj"
48           ]
49         }
50       },
51       "preserve_paths": "Resources"
52     },
53     {
54       "name": "HTTP",
55       "dependencies": {
56         "OMPromises/Core": [
58         ]
59       },
60       "source_files": [
61         "Classes/OMHTTP.h",
62         "Classes/HTTP"
63       ],
64       "public_header_files": [
65         "Classes/OMHTTP.h",
66         "Classes/HTTP/*.h"
67       ],
68       "xcconfig": {
69         "GCC_PREPROCESSOR_DEFINITIONS": "OMPROMISES_HTTP_AVAILABLE=1"
70       }
71     },
72     {
73       "name": "Tests",
74       "dependencies": {
75         "OMPromises/Core": [
77         ],
78         "OMPromises/HTTP": [
80         ]
81       },
82       "frameworks": "XCTest",
83       "source_files": [
84         "Tests/*.{h,m}",
85         "Tests/{Core,HTTP}/*.{h,m}"
86       ],
87       "prefix_header_contents": "#if __IPHONE_OS_VERSION_MIN_REQUIRED\n#import <MobileCoreServices/MobileCoreServices.h>\n#else\n#import <CoreServices/CoreServices.h>\n#endif\n"
88     }
89   ]