blob: bf4987672aee8855e59315286f563a10b08071a6 [file] [log] [blame]
{
"name": "follyJM",
"version": "2018.10.22.01-alpha",
"license": {
"type": "Apache License, Version 2.0"
},
"homepage": "https://github.com/JimiPlatform/folly",
"summary": "folly for iOS ReactNative",
"authors": [
"Jimi",
"Facebook"
],
"source": {
"git": "https://github.com/JimiPlatform/folly.git",
"tag": "2018.10.22.01-alpha"
},
"libraries": "stdc++",
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"VALID_ARCHS": "armv7s armv7 x86_64 arm64 arm64e"
},
"dependencies": {
"glogJM": [
"0.3.5-alpha"
],
"DoubleConversionJM": [
"1.1.6-alpha"
],
"boost-for-react-native": [
"1.63.0"
]
},
"ios": {
"vendored_frameworks": "folly.framework"
}
}