blob: 8538249b46eec0e7559488c28074fb8fbfcd5d34 [file] [log] [blame]
{
"name": "SVGAPlayer",
"version": "2.1.0",
"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/yyued/SVGAPlayer-iOS.git",
"tag": "2.1.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SSZipArchive": [
"1.8.1"
],
"SVGAPlayer/ProtoFiles": [
]
},
"libraries": "z"
},
{
"name": "ProtoFiles",
"source_files": "Source/pbobjc/*.{h,m}",
"requires_arc": false,
"dependencies": {
"Protobuf": [
"~> 3.4"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
}
}
]
}