blob: c8fc5ef47721682d2bce82d4c596974da8a73c93 [file] [log] [blame]
{
"name": "RXPromise",
"version": "0.12.1",
"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": "0.12.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "RXPromise Libraries/Source/**/*.{h,m,mm}",
"public_header_files": [
"RXPromise Libraries/Source/RXPromise.h",
"RXPromise Libraries/Source/RXPromise+RXExtension.h"
],
"header_mappings_dir": "RXPromise Libraries/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"
}
}