[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 6 / 5 / OffcnLiveSDK / 2.0.0.2 / OffcnLiveSDK.podspec.json
bloba587968db029ca0b01ea50222baf22fee2c4a755
2   "name": "OffcnLiveSDK",
3   "version": "2.0.0.2",
4   "summary": "OffcnLiveSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitlab.eoffcn.com/video/iOSLiveSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangyunjie": "zhangyunjie@offcn.com"
13   },
14   "source": {
15     "git": "https://gitlab.eoffcn.com/video/iOSLiveSDK.git",
16     "tag": "2.0.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "OffcnLiveSDK/Classes/*.h",
23   "public_header_files": "OffcnLiveSDK/Classes/*.h",
24   "vendored_frameworks": [
25     "OffcnLiveSDK/Frameworks/ZGIJKMediaFramework.framework",
26     "OffcnLiveSDK/Frameworks/WebRTC.framework"
27   ],
28   "frameworks": [
29     "CFNetwork",
30     "CoreFoundation",
31     "CoreData",
32     "Foundation",
33     "AudioToolbox",
34     "AVFoundation",
35     "CoreGraphics",
36     "CoreMedia",
37     "CoreVideo",
38     "MediaPlayer",
39     "MobileCoreServices",
40     "OpenGLES",
41     "QuartzCore",
42     "UIKit",
43     "VideoToolbox"
44   ],
45   "vendored_libraries": [
46     "OffcnLiveSDK/Libraries/libOffcnLiveSDK.a"
47   ],
48   "libraries": [
49     "c++",
50     "bz2",
51     "z",
52     "xml2",
53     "sqlite3",
54     "xml2"
55   ],
56   "resources": "OffcnLiveSDK/Resources/*.bundle",
57   "user_target_xcconfig": {
58     "OTHER_LDFLAGS": "-ObjC"
59   }