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