blob: ff4523c8315439f10bc976bcd36110f1a191e1a4 [file] [log] [blame]
{
"name": "GamedreamerSDK",
"version": "1.0.5",
"summary": "GamedreamerSDK",
"description": "GamedreamerSDK.",
"homepage": "https://github.com/XZWxuduowen/GamedreamerSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"byxzw": "13725477762@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/XZWxuduowen/GamedreamerSDK.git",
"tag": "1.0.5"
},
"source_files": "GamedreamerSample/GamedreamerSample/*.{h,m}",
"public_header_files": "GamedreamerSample/GamedreamerSDK/Headers/{.h}",
"resources": "GamedreamerSample/GamedreamerSDK/*.{plist,bundle}",
"vendored_frameworks": "GamedreamerSample/GamedreamerSDK/*.framework",
"static_framework": true,
"frameworks": "Accelerate",
"requires_arc": true,
"xcconfig": {
"VALID_ARCHS": "arm64 armv7 armv7s"
}
}