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",
24 "source_files": "Source/**/*.{h,m,mm}",
25 "public_header_files": [
27 "Source/RXPromiseHeader.h",
28 "Source/RXPromise+RXExtension.h",
29 "Source/RXSettledResult.h"
31 "header_mappings_dir": "Source",
33 "weak_frameworks": "CoreData",
40 "-DNS_BLOCK_ASSERTIONS",
41 "-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
44 "OTHER_LDFLAGS": "-ObjC"