[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 6 / GLTFMac / 0.1.1 / GLTFMac.podspec.json
blob75f55859a4fe408e8a4593b2e4306dce7d185467
2   "name": "GLTFMac",
3   "version": "0.1.1",
4   "summary": "A library for loading glTF 2.0 assets into iOS runtime.",
5   "homepage": "https://github.com/61315/gltf-mac",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Minseo Park": "studio61315@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/61315/gltf-mac.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "source_files": "GLTFMac/Classes/**/*",
21   "private_header_files": "GLTFMac/Classes/Headers/**/*.{h,hpp}",
22   "public_header_files": "GLTFMac/Classes/Source/**/*.{h,hpp}",
23   "resources": "GLTFMac/NOTICES",
24   "requires_arc": true