[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 5 / b / VideoOS / 3.1.0 / VideoOS.podspec.json
blob3309456ed01d207850e79d928b96f7be4bd429ca
2   "name": "VideoOS",
3   "version": "3.1.0",
4   "summary": "Official VideoPls SDK for iOS to access VideoPls Platform with features like video os, and live os",
5   "description": "The VideoPls SDK for iOS enables you to use VideoPls's Platform such as:\n*video os\n*live os",
6   "homepage": "http://videojj.com/videoos-open",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "LICENSE"
10   },
11   "authors": "VideoPls",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/VideoOS/VideoOS-iOS-SDK.git",
17     "tag": "3.1.0"
18   },
19   "libraries": [
20     "z",
21     "sqlite3"
22   ],
23   "weak_frameworks": [
24     "UIKit",
25     "Foundation",
26     "AVFoundation",
27     "CoreTelephony",
28     "SystemConfiguration",
29     "ImageIO",
30     "MobileCoreServices",
31     "WebKit",
32     "Photos",
33     "CoreData",
34     "WebKit",
35     "CoreMedia",
36     "Accelerate"
37   ],
38   "requires_arc": true,
39   "dependencies": {
40     "VPLuaViewSDK": [
42     ]
43   },
44   "resources": "Resources/VideoPlsResources.bundle",
45   "default_subspecs": "Interface",
46   "subspecs": [
47     {
48       "name": "Platform",
49       "weak_frameworks": [
50         "AVFoundation",
51         "Security",
52         "AudioToolbox"
53       ],
54       "source_files": "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/**/*.{h,m,c}",
55       "exclude_files": [
56         "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDKTests/**/*.*",
57         "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Subspec/ACRCloud/*.*"
58       ],
59       "public_header_files": "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/**/*.{h}",
60       "header_dir": "VideoPlsUtilsPlatformSDK",
61       "dependencies": {
62         "AFNetworking": [
64         ],
65         "SDWebImage": [
67         ],
68         "SVGAPlayer": [
69           "2.1.4"
70         ],
71         "MQTTClient": [
73         ]
74       },
75       "xcconfig": {
76         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
77       }
78     },
79     {
80       "name": "LuaManager",
81       "source_files": "VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/**/*.{h,m}",
82       "public_header_files": "VideoPlsLuaViewManagerSDK/VideoPlsLuaViewManagerSDK/**/*.{h}",
83       "header_dir": "VideoPlsLuaViewManagerSDK",
84       "dependencies": {
85         "VideoOS/Platform": [
87         ]
88       }
89     },
90     {
91       "name": "Interface",
92       "source_files": "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/**/*.{h,m}",
93       "public_header_files": "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/**/*.{h}",
94       "exclude_files": "VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/VideoPlsInterfaceControllerSDK/{VPIPubWebView,VPIStoreAPIConfig}.{h,m}",
95       "header_dir": "VideoPlsInterfaceControllerSDK",
96       "dependencies": {
97         "VideoOS/LuaManager": [
99         ]
100       }
101     },
102     {
103       "name": "ACRCloud",
104       "libraries": "c++",
105       "weak_frameworks": [
106         "AVFoundation",
107         "Security",
108         "AudioToolbox"
109       ],
110       "vendored_libraries": "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Subspec/ACRCloud/libACRCloud_IOS_SDK.a",
111       "source_files": "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Subspec/ACRCloud/*.{h,m,a}",
112       "public_header_files": "VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/VideoPlsUtilsPlatformSDK/Subspec/ACRCloud/*.{h}",
113       "header_dir": "ACRCloud",
114       "dependencies": {
115         "VideoOS/Platform": [
117         ]
118       }
119     }
120   ]