[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 9 / CSYSVGAPlayer / 1.0.1 / CSYSVGAPlayer.podspec.json
blobb1446ce3ea026b8d1c596bc383cfd2e511a7b4e6
2   "name": "CSYSVGAPlayer",
3   "version": "1.0.1",
4   "summary": "SVGAPlayer 是一个高性能的动画播放器",
5   "description": "SVGA 是一种全新的动画格式,由 YY UED 团队主导开发;\nSVGA 让动画开发分工明确,大大减少动画交互的沟通成本,提升开发效率;\nSVGA 可以在 iOS / Android / Web / Flutter 实现高性能的动画播放。",
6   "homepage": "https://github.com/RuanR/CSYSVGAPlayer",
7   "license": "Apache 2.0",
8   "authors": {
9     "shine sun": "1525196995@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/RuanR/CSYSVGAPlayer.git",
16     "tag": "1.0.1"
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   ]