[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / b / GiftRendererKit / 1.2.1 / GiftRendererKit.podspec.json
blobc1e11f87257dab963ef9fd1dbc80b620515e0744
2   "name": "GiftRendererKit",
3   "version": "1.2.1",
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.2.0"
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   "ios": {
34     "frameworks": [
35       "AVFoundation",
36       "VIdeoToolbox",
37       "CoreVideo",
38       "CoreMedia"
39     ]
40   },
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
43   },
44   "user_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 x86_64 i386"
46   }