[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / c / d / ZWSVGAPlayer / 2.5.8 / ZWSVGAPlayer.podspec.json
blobbc8eb878c4f2a28427ca7494054a90c4dc84c787
2   "name": "ZWSVGAPlayer",
3   "version": "2.5.8",
4   "summary": "SVGAPlayer 是一个高性能的动画播放器, 可惜已经停止维护了,ZWSVGAPlayer是对SVGAPlayer的一些编译问题的修复",
5   "description": "SVGA 是一种全新的动画格式,由 YY UED 团队主导开发;\nSVGA 让动画开发分工明确,大大减少动画交互的沟通成本,提升开发效率;\nSVGA 可以在 iOS / Android / Web / Flutter 实现高性能的动画播放。",
6   "homepage": "SVGAPlayer: http://code.yy.com/ued/SVGAPlayer, ZWSVGAPlayer: https://gitee.com/weng-jinshan/zwsvgaplayer",
7   "license": "Apache 2.0",
8   "authors": {
9     "PonyCui": "cuiminghui1@yy.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://gitee.com/weng-jinshan/zwsvgaplayer.git",
16     "tag": "2.5.8"
17   },
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Source/*.{h,m}",
22       "requires_arc": true,
23       "dependencies": {
24         "SSZipArchive": [
25           ">= 1.8.1"
26         ],
27         "SVGAPlayer/ProtoFiles": [
29         ]
30       },
31       "libraries": "z",
32       "frameworks": "AVFoundation"
33     },
34     {
35       "name": "ProtoFiles",
36       "source_files": "Source/pbobjc/*.{h,m}",
37       "requires_arc": false,
38       "dependencies": {
39         "Protobuf": [
40           "~> 3.4"
41         ]
42       },
43       "pod_target_xcconfig": {
44         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
45       }
46     }
47   ]