[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / b / 2 / RXPromise / 1.0.5 / RXPromise.podspec.json
blobcff7a4f44d696b674495017028449809594ed189
2   "name": "RXPromise",
3   "version": "1.0.5",
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": "1.0.5"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "source_files": "Source/**/*.{h,m,mm}",
25   "public_header_files": [
26     "Source/RXPromise.h",
27     "Source/RXPromiseHeader.h",
28     "Source/RXPromise+RXExtension.h",
29     "Source/RXSettledResult.h"
30   ],
31   "header_mappings_dir": "Source",
32   "libraries": "c++",
33   "weak_frameworks": "CoreData",
34   "compiler_flags": [
35     "-O3",
36     "-std=c++11",
37     "-stdlib=libc++",
38     "-DNDEBUG",
39     "-DDEBUG_LOG=1",
40     "-DNS_BLOCK_ASSERTIONS",
41     "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
42   ],
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC"
45   }