4 "summary": "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions.",
6 "type": "Apache License, Version 2.0",
10 "Andreas Grosam": "agrosam@onlinehome.de"
12 "homepage": "https://github.com/couchdeveloper",
14 "git": "https://github.com/couchdeveloper/RXPromise.git",
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"
27 "header_mappings_dir": "RXPromise Libraries/Source",
35 "-DNS_BLOCK_ASSERTIONS",
36 "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
39 "OTHER_LDFLAGS": "-ObjC"