[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 6 / GLTFMac / 0.1.2 / GLTFMac.podspec.json
blob8885777a137c7a96f292aca7e1dafd9620b40482
2   "name": "GLTFMac",
3   "version": "0.1.2",
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.2"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "source_files": [
21     "GLTFMac/Classes/Headers/**/*",
22     "GLTFMac/Classes/Source/**/*"
23   ],
24   "private_header_files": "GLTFMac/Classes/Headers/**/*.{h,hpp}",
25   "public_header_files": "GLTFMac/Classes/Source/**/*.{h,hpp}",
26   "vendored_libraries": "GLTFMac/Classes/Libraries/libdracodec.a",
27   "header_mappings_dir": "GLTFMac",
28   "pod_target_xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/GLTFMac/Classes/Headers\"",
30     "ONLY_ACTIVE_ARCH": "YES"
31   },
32   "resources": "GLTFMac/NOTICES",
33   "requires_arc": true