blob: 7d244192999bd31efd535b21827606a4acd45d6f [file] [log] [blame]
{
"name": "SDL2",
"version": "3.1.0",
"summary": "SDL2 iOS SDK XCFramework",
"description": "SDL2 iOS XCFramework 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": "3.1.0"
},
"vendored_frameworks": "SDL2/Sources/SDL2.xcframework",
"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"
}
}