blob: c20e50ac0b46bb7f14f5a07df5b395f16a695c44 [file] [log] [blame]
{
"name": "NESView",
"version": "0.1.0",
"summary": "NES emulator for iOS",
"homepage": "https://github.com/suzukiplan/nes-emulator-ios",
"authors": "SUZUKI PLAN",
"license": {
"type": "GPL-3.0",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/suzukiplan/nes-emulator-ios.git",
"tag": "0.1.0"
},
"source_files": "NESView/**/*.{h,m,hpp,c,cpp}",
"frameworks": "OpenAL",
"preserve_paths": "NESView.modulemap",
"module_map": "NESView.modulemap"
}