blob: 9757fdf950b324fe8bf6b909f8f461f6e939affa [file] [log] [blame]
{
"name": "CubeEngine",
"version": "3.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"CubeEngine/Classes/include/**/*",
"CubeEngine/Libraries/*.{ast}",
"CubeEngine/ffmpeg/include/**/*"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "CubeEngine/Libraries/*.a",
"public_header_files": "CubeEngine/Classes/include/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMotion"
],
"libraries": [
"c++",
"c"
],
"dependencies": {
"SPWebRTC": [
],
"SPSocketIO": [
]
}
}