[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / e / 3 / b / GiftRendererKit / 1.0.04 / GiftRendererKit.podspec.json
blob3cba8a74ce8305531faaef71b57e0769ddf62bd1
2   "name": "GiftRendererKit",
3   "version": "1.0.04",
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.04"
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   ]