[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 3 / 5 / SVGAPlayer-iOS / 1.0.8 / SVGAPlayer-iOS.podspec.json
blob117bdb312a37a78bc94118d68a8a5f357cb3ae18
2   "name": "SVGAPlayer-iOS",
3   "version": "1.0.8",
4   "summary": "SVGAPlayer 是一个高性能的动画播放器",
5   "description": "SVGA 是一种全新的动画格式,由 YY UED 团队主导开发;\nSVGA 让动画开发分工明确,大大减少动画交互的沟通成本,提升开发效率;\nSVGA 可以在 iOS / Android / Web / Flutter 实现高性能的动画播放。",
6   "homepage": "https://github.com/RuianLiu",
7   "license": "Apache 2.0",
8   "authors": {
9     "PonyCui": "cuiminghui1@yy.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/RuianLiu/SVGAPlayer-iOS.git",
16     "tag": "1.0.8"
17   },
18   "user_target_xcconfig": {
19     "GENERATE_INFOPLIST_FILE": "YES"
20   },
21   "pod_target_xcconfig": {
22     "GENERATE_INFOPLIST_FILE": "YES"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Source/*.{h,m}",
28       "requires_arc": true,
29       "dependencies": {
30         "SSZipArchive": [
31           ">= 1.8.1"
32         ],
33         "SVGAPlayer-iOS/ProtoFiles": [
35         ]
36       },
37       "libraries": "z",
38       "frameworks": "AVFoundation"
39     },
40     {
41       "name": "ProtoFiles",
42       "source_files": "Source/pbobjc/*.{h,m}",
43       "requires_arc": false,
44       "dependencies": {
45         "Protobuf": [
46           "~> 3.4"
47         ]
48       },
49       "pod_target_xcconfig": {
50         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
51       }
52     }
53   ]