blob: aa1b0f5bc6fb423613bb379af677fda1bff3f066 [file] [log] [blame]
{
"name": "GiftRendererKit",
"version": "1.0.06",
"summary": "A lightweight gift renderer for live broadcasting with extremely tiny assets",
"description": "This Kit is used to render digital gift in live broadcasting. Usually image sequences are used to save the gift, for example png sequences. However they are too big and consume lots bandwidth.",
"homepage": "https://github.com/myvideoyun/TinyGiftRendererIOS",
"license": "MIT",
"authors": {
"myvideoyun": "developers@myvideoyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/myvideoyun/TinyGiftRendererIOS.git",
"tag": "1.0.06"
},
"source_files": [
"GiftRenderKit",
"GiftRenderKit/**/*.{h,m,mm}"
],
"exclude_files": "GiftRenderKit/.DS_Store",
"public_header_files": "GiftRenderKit/*.h",
"libraries": [
"c++",
"z",
"iconv"
],
"vendored_libraries": [
"GiftRenderKit/**/*.a",
"GiftRenderKit/GiftRenderLib/FFmpeg/*.a"
]
}