[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / b / GiftRendererKit / 1.0.05 / GiftRendererKit.podspec.json
blob21d52ada9214a09c409b74b45e05ff7763f2d4ac
2   "name": "GiftRendererKit",
3   "version": "1.0.05",
4   "summary": "A lightweight gift renderer for live broadcasting with extremely tiny assets",
5   "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.",
6   "homepage": "https://github.com/myvideoyun/TinyGiftRendererIOS",
7   "license": "MIT",
8   "authors": {
9     "myvideoyun": "developers@myvideoyun.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/myvideoyun/TinyGiftRendererIOS.git",
16     "tag": "1.0.05"
17   },
18   "source_files": [
19     "GiftRenderKit",
20     "GiftRenderKit/**/*.{h,m,mm}"
21   ],
22   "exclude_files": "GiftRenderKit/.DS_Store",
23   "public_header_files": "GiftRenderKit/*.h",
24   "libraries": [
25     "c++",
26     "z",
27     "iconv"
28   ],
29   "vendored_libraries": [
30     "GiftRenderKit/**/*.a",
31     "GiftRenderKit/GiftRenderLib/FFmpeg/*.a"
32   ]