blob: 1847bad822c2e659a37d36f930ee5dc9d335ae91 [file] [log] [blame]
{
"name": "RECore",
"version": "3.0.3",
"summary": "C++ core implementation",
"description": "C++ core implementation.",
"homepage": "https://github.com/OlehKulykov/RECore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/RECore.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"tvos": "9.0"
},
"public_header_files": "include/*.{h}",
"source_files": [
"include/*.{h}",
"src/*.{h,cpp}",
"lzma/*.{h,c}",
"builds/mac/*.{h}"
],
"compiler_flags": [
"-D_7ZIP_ST=1",
"-DRE_BUILD_WITH_LZMA2=1",
"-DHAVE_RECORE_CONFIG_H=1"
],
"requires_arc": false,
"libraries": [
"pthread",
"stdc++",
"z"
]
}