blob: 4b3526e84bb189cf3ae029b08432ef4978bfce28 [file] [log] [blame]
{
"name": "CubeEngineFoundationKit",
"version": "1.0.8",
"summary": "Foundation framework",
"description": "A foundation framework of CubeEngine",
"homepage": "https://github.com/shixin-iOS/CubeEngineFoundationKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ashine": "758988371@qq.com"
},
"source": {
"git": "https://github.com/shixin-iOS/CubeEngineFoundationKit.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CubeEngineFoundationKit/Classes/**/*",
"vendored_frameworks": "CubeEngineFoundationKit/Frameworks/*.framework",
"dependencies": {
"Genie": [
]
},
"requires_arc": true,
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)",
"ARCHS": "$(inherited)",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
"VALID_ARCHS": "$(inherited)"
}
}