[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 3 / b / GiftRendererKit / 1.0.01 / GiftRendererKit.podspec.json
blob5625169574c5573420f5f0b6b91688b497d36b08
2   "name": "GiftRendererKit",
3   "version": "1.0.01",
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.01"
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   ]