blob: 5c88d0ebd716b2f76e821cd5e0d034902b8a9f02 [file] [log] [blame]
{
"name": "RXPromise",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m,mm}",
"public_header_files": [
"Source/RXPromise.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"
}
}