[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 5 / 1 / NESView / 0.1.0 / NESView.podspec.json
blobc20e50ac0b46bb7f14f5a07df5b395f16a695c44
2   "name": "NESView",
3   "version": "0.1.0",
4   "summary": "NES emulator for iOS",
5   "homepage": "https://github.com/suzukiplan/nes-emulator-ios",
6   "authors": "SUZUKI PLAN",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "LICENSE.txt"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/suzukiplan/nes-emulator-ios.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "NESView/**/*.{h,m,hpp,c,cpp}",
19   "frameworks": "OpenAL",
20   "preserve_paths": "NESView.modulemap",
21   "module_map": "NESView.modulemap"