blob: 3e4f2fff2c34ae2ac1acf7619e20a38edbba29b1 [file] [log] [blame]
{
"name": "SVGAPlayer_Magic",
"version": "2.5.4",
"summary": "SVGAPlayer 是一个高性能的动画播放器",
"description": "SVGA 是一个私有的动画格式,由 YY UED 主导开发。\nSVGA 由 SVG 演进而成,与 SVG 不兼容。\nSVGA 可以在 iOS / Android / Web(PC/移动端) 实现高性能的动画播放。",
"homepage": "http://code.yy.com/ued/SVGAPlayer",
"license": "Apache 2.0",
"authors": {
"PonyCui": "cuiminghui1@yy.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SvenFang/SVGAPlayer-iOS.git",
"tag": "2.5.4"
},
"libraries": "z",
"frameworks": "AVFoundation",
"dependencies": {
"SSZipArchive": [
">= 1.8.1"
],
"Protobuf": [
"~> 3.4"
]
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": "Source/*.m",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"DEFINES_MODULE": "YES",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/Protobuf"
}
}