[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / d / 9 / SVGAPlayer_Magic / 2.5.4 / SVGAPlayer_Magic.podspec.json
blob3e4f2fff2c34ae2ac1acf7619e20a38edbba29b1
2   "name": "SVGAPlayer_Magic",
3   "version": "2.5.4",
4   "summary": "SVGAPlayer 是一个高性能的动画播放器",
5   "description": "SVGA 是一个私有的动画格式,由 YY UED 主导开发。\nSVGA 由 SVG 演进而成,与 SVG 不兼容。\nSVGA 可以在 iOS / Android / Web(PC/移动端) 实现高性能的动画播放。",
6   "homepage": "http://code.yy.com/ued/SVGAPlayer",
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://github.com/SvenFang/SVGAPlayer-iOS.git",
16     "tag": "2.5.4"
17   },
18   "libraries": "z",
19   "frameworks": "AVFoundation",
20   "dependencies": {
21     "SSZipArchive": [
22       ">= 1.8.1"
23     ],
24     "Protobuf": [
25       "~> 3.4"
26     ]
27   },
28   "source_files": "Source/**/*.{h,m}",
29   "requires_arc": "Source/*.m",
30   "pod_target_xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
32     "DEFINES_MODULE": "YES",
33     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/Protobuf"
34   }