[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / b / 2 / RXPromise / 0.11.2 / RXPromise.podspec.json
bloba00bfbf0a85edd074fd22cfe64bba8d593566bc2
2   "name": "RXPromise",
3   "version": "0.11.2",
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.11.2"
16   },
17   "platforms": {
18     "ios": "5.1",
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   "compiler_flags": [
30     "-O3",
31     "-std=c++11",
32     "-stdlib=libc++",
33     "-DNDEBUG",
34     "-DDEBUG_LOG=1",
35     "-DNS_BLOCK_ASSERTIONS",
36     "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
37   ],
38   "xcconfig": {
39     "OTHER_LDFLAGS": "-ObjC"
40   }