blob: 9e81648e4785029e00911911db7f391efd0f8c49 [file] [log] [blame]
{
"name": "NESView",
"version": "1.0.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": "1.0.0"
},
"source_files": "NESView/**/*.{h,m,hpp,c,cpp}",
"frameworks": "OpenAL",
"preserve_paths": "NESView.modulemap",
"module_map": "NESView.modulemap"
}