[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / RXPromise / 0.13.1 / RXPromise.podspec.json
blobfc50ce5f7e3b23fea56272d90ac789a7266a2622
2   "name": "RXPromise",
3   "version": "0.13.1",
4   "summary": "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions.",
5   "license": {
6     "type": "Apache License, Version 2.0",
7     "file": "LICENSE.md"
8   },
9   "authors": {
10     "Andreas Grosam": "agrosam@onlinehome.de"
11   },
12   "homepage": "https://github.com/couchdeveloper",
13   "source": {
14     "git": "https://github.com/couchdeveloper/RXPromise.git",
15     "tag": "0.13.1"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "requires_arc": true,
22   "source_files": "RXPromise Libraries/Source/**/*.{h,m,mm}",
23   "public_header_files": [
24     "RXPromise Libraries/Source/RXPromise.h",
25     "RXPromise Libraries/Source/RXPromise+RXExtension.h"
26   ],
27   "header_mappings_dir": "RXPromise Libraries/Source",
28   "libraries": "c++",
29   "weak_frameworks": "CoreData",
30   "compiler_flags": [
31     "-O3",
32     "-std=c++11",
33     "-stdlib=libc++",
34     "-DNDEBUG",
35     "-DDEBUG_LOG=1",
36     "-DNS_BLOCK_ASSERTIONS",
37     "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
38   ],
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC"
41   }