[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / 8 / c / STLive2D / 0.0.2 / STLive2D.podspec.json
blob85425faac721037fed80468e872bc994051f6d80
2   "name": "STLive2D",
3   "version": "0.0.2",
4   "summary": "STLive2D SDK Used For iOS.",
5   "description": "STLive2D For Native iOS. By yungangwang.",
6   "homepage": "http://stoneus.cn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wangyungang": "417024106@qq.com"
13   },
14   "platforms": {
15     "ios": "11.1"
16   },
17   "source": {
18     "git": "https://github.com/yungangwang/STLive2D.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "STLive2D/STLive2D/Classes/*.{h,m}",
23     "STLive2D/STLive2D/Live2D/include/**/*.{h}"
24   ],
25   "preserve_paths": "STLive2D/STLive2D/Live2D/include/**/*.{h}",
26   "private_header_files": "STLive2D/STLive2D/Live2D/include/**/*.{h}",
27   "vendored_libraries": "STLive2D/STLive2D/Live2D/lib/Debug-iphoneos/libLive2D.a",
28   "xcconfig": {
29     "GCC_PREPROCESSOR_DEFINITIONS": "L2D_TARGET_IPHONE_ES2",
30     "ENABLE_BITCODE": "NO"
31   },
32   "frameworks": "GLKit",
33   "requires_arc": true