blob: 434da0d775d38069ddf7e66354b95d3c2ebc3c58 [file] [log] [blame]
{
"name": "CubeEngine",
"version": "3.0.3",
"summary": "shixinyun CubeEngine",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/paintingStyle/CubeEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"paintingStyle": "renshuangfu@spap.com"
},
"source": {
"git": "https://github.com/paintingStyle/CubeEngine.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"CubeEngine/Classes/include/**/*",
"CubeEngine/Libraries/*.{ast}",
"CubeEngine/ffmpeg/include/**/*",
"CubeEngine/Frameworks/WebRTC.framework/Headers/**/*.h"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "CubeEngine/Libraries/*.a",
"vendored_frameworks": "CubeEngine/Frameworks/*.framework",
"public_header_files": "CubeEngine/Classes/include/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
],
"libraries": [
"c++",
"c"
]
}