blob: 78578380ab20a3dfedc6489decf5cee498b096eb [file] [log] [blame]
{
"name": "ByteGemGame",
"version": "4.0.0",
"summary": "A good player made by skillLan",
"homepage": "https://github.com/skillLan/ByteGemGame",
"license": "MIT",
"authors": {
"skillLan": "skill_lan@sina.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/skillLan/ByteGemGame.git",
"tag": "4.0.0"
},
"source_files": "ByteGemGame/egret-libs/**/*",
"frameworks": [
"UIKit",
"OpenAL",
"OpenGLES",
"AVFoundation",
"AudioToolbox",
"Foundation",
"SystemConfiguration",
"JavaScriptCore",
"MediaPlayer",
"AdSupport"
],
"libraries": [
"sqlite3",
"icucore",
"c++",
"iconv",
"z"
],
"ios": {
"vendored_libraries": "ByteGemGame/egret-libs/*.a"
},
"requires_arc": true
}