blob: 75e3fba7c711fb0bddcf4ad93e41db2a147deade [file] [log] [blame]
{
"name": "Flipper-RSocket",
"version": "1.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/rsocket/rsocket-cpp",
"summary": "C++ implementation of RSocket",
"authors": "Facebook",
"source": {
"git": "https://github.com/priteshrnandgaonkar/rsocket-cpp.git",
"tag": "0.11.0"
},
"module_name": "RSocket",
"static_framework": true,
"source_files": [
"rsocket/benchmarks/*",
"rsocket/framing/*",
"rsocket/internal/*",
"rsocket/statemachine/*",
"rsocket/transports/*",
"rsocket/transports/**/*",
"yarpl/observable/*",
"yarpl/flowable/*",
"rsocket/*"
],
"libraries": "stdc++",
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0 -frtti\n -fexceptions\n -std=c++14\n -Wno-error\n -Wno-unused-local-typedefs\n -Wno-unused-variable\n -Wno-sign-compare\n -Wno-comment\n -Wno-return-type\n -Wno-global-constructors",
"dependencies": {
"Flipper-Folly": [
"~> 2.2"
]
},
"preserve_paths": [
"rsocket/benchmarks/*.h",
"rsocket/framing/*.h",
"rsocket/internal/*.h",
"rsocket/statemachine/*.h",
"rsocket/transports/*.h",
"rsocket/*.h",
"yarpl/flowable/*.h",
"yarpl/observable/*.h",
"yarpl/perf/*.h",
"yarpl/single/*.h",
"yarpl/utils/*.h",
"yarpl/*.h",
"**/*.h"
],
"header_mappings_dir": "./",
"header_dir": "./",
"pod_target_xcconfig": {
"USE_HEADERMAP": "NO",
"CLANG_CXX_LANGUAGE_STANDARD": "c++14",
"HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\"/** \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/glog\" \"$(PODS_ROOT)/DoubleConversion\"/**"
},
"platforms": {
"ios": "8.0"
}
}