blob: d7f6949a63b4462ed8b9bd6c3e88a5e93b1e5d75 [file] [log] [blame]
{
"name": "SDL2",
"version": "2.0.0",
"summary": "SDL2 iOS Framework",
"description": "SDL2 iOS Framework sdk by Dream Song",
"homepage": "https://github.com/swp-song/SDL2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
" Dream": "396587868@qq.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/swp-song/SDL2.git",
"tag": "2.0.0"
},
"vendored_frameworks": "SDL2/SDL2.framework",
"frameworks": [
"Foundation",
"CoreHaptics",
"GameController",
"AVFoundation",
"AudioToolbox",
"MediaPlayer",
"CoreMotion"
],
"requires_arc": true,
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}