[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 6 / 5 / OffcnLiveSDK / 1.2.0 / OffcnLiveSDK.podspec.json
blobf04d736a29ea5708101cb907c8d6f25794cea224
2   "name": "OffcnLiveSDK",
3   "version": "1.2.0",
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": "1.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "OffcnLiveSDK/Classes/OffcnLiveSDK.h",
23   "public_header_files": "OffcnLiveSDK/Classes/OffcnLiveSDK.h",
24   "vendored_frameworks": "OffcnLiveSDK/Frameworks/IJKMediaFramework.framework",
25   "frameworks": [
26     "CFNetwork",
27     "CoreFoundation",
28     "CoreData",
29     "Foundation",
30     "AudioToolbox",
31     "AVFoundation",
32     "CoreGraphics",
33     "CoreMedia",
34     "CoreVideo",
35     "MediaPlayer",
36     "MobileCoreServices",
37     "OpenGLES",
38     "QuartzCore",
39     "UIKit",
40     "VideoToolbox"
41   ],
42   "vendored_libraries": [
43     "OffcnLiveSDK/Frameworks/libOffcnLiveSDK.a",
44     "OffcnLiveSDK/Frameworks/libOffcnMQTTClient.a"
45   ],
46   "libraries": [
47     "c++",
48     "bz2",
49     "z"
50   ],
51   "resources": "OffcnLiveSDK/Classes/*.bundle",
52   "user_target_xcconfig": {
53     "OTHER_LDFLAGS": "-ObjC"
54   },
55   "dependencies": {
56     "AFNetworking": [
57       "~> 3.1.0"
58     ],
59     "MJExtension": [
60       "~> 3.0.13"
61     ],
62     "MBProgressHUD": [
63       "~> 1.0.0"
64     ],
65     "Masonry": [
66       "~> 1.1.0"
67     ],
68     "RealReachability": [
69       "~> 1.1.9"
70     ],
71     "SDWebImage": [
72       "~> 4.0.0"
73     ],
74     "MJRefresh": [
75       "~> 3.1.12"
76     ]
77   }