[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / b / GiftRendererKit / 1.0.10 / GiftRendererKit.podspec.json
blobab0ef24a8d527df5fa610f1bad775105f40e865e
2   "name": "GiftRendererKit",
3   "version": "1.0.10",
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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/myvideoyun/TinyGiftRendererIOS.git",
16     "tag": "1.0.10"
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   ],
33   "pod_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   }