blob: 4b50fb52a882505d121a7a0c7b6a1357bf14840b [file] [log] [blame]
{
"name": "RXPromiseForAll",
"version": "1.0.4",
"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/lkoskela/RXPromise",
"source": {
"git": "https://github.com/lkoskela/RXPromise.git",
"tag": "1.0.4"
},
"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/RXPromiseForAll.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"
}
}