[Add] AWSAPIGateway 2.39.0
[CocoaPods.git] / Specs / 2 / a / b / PPLive2D / 0.1.0 / PPLive2D.podspec.json
blob5e616e70f602dbca8688e2048425638310d8bcf7
2   "name": "PPLive2D",
3   "version": "0.1.0",
4   "summary": "Live2D iOS SDK",
5   "homepage": "https://gitee.com/liangsuqiang/TYLive2D",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Liangshuqiang": "18810562542@163.com"
12   },
13   "source": {
14     "git": "https://gitee.com/liangsuqiang/TYLive2D.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": [
21     "PPLive2D/Classes/**/*",
22     "PPLive2D/Live2D/include/**/*",
23     "PPLive2D/Live2D/framework/**/*"
24   ],
25   "preserve_paths": "PPLive2D/Live2D/include/**/*.h",
26   "vendored_libraries": "PPLive2D/Live2D/lib/*",
27   "xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "L2D_TARGET_IPHONE",
29     "ENABLE_BITCODE": "NO"
30   },
31   "libraries": "c++",
32   "frameworks": [
33     "GLKit",
34     "OpenGLES",
35     "CoreMotion",
36     "AVFoundation"
37   ]