blob: cff7a4f44d696b674495017028449809594ed189 [file] [log] [blame]
{
"name": "RXPromise",
"version": "1.0.5",
"summary": "A thread safe implementation of the Promises/A+ specification in Objective-C with extensions.",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"authors": {
"Andreas Grosam": "agrosam@onlinehome.de"
},
"homepage": "https://github.com/couchdeveloper",
"source": {
"git": "https://github.com/couchdeveloper/RXPromise.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m,mm}",
"public_header_files": [
"Source/RXPromise.h",
"Source/RXPromiseHeader.h",
"Source/RXPromise+RXExtension.h",
"Source/RXSettledResult.h"
],
"header_mappings_dir": "Source",
"libraries": "c++",
"weak_frameworks": "CoreData",
"compiler_flags": [
"-O3",
"-std=c++11",
"-stdlib=libc++",
"-DNDEBUG",
"-DDEBUG_LOG=1",
"-DNS_BLOCK_ASSERTIONS",
"-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}