[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / a / 5 / 0 / IoTVideo / 1.4.206f / IoTVideo.podspec.json
blob2f32b1fae6043eba058c25eeb3c33d4fd51148fe
2   "name": "IoTVideo",
3   "version": "1.4.206f",
4   "summary": "IoTVideo SDK for iOS",
5   "description": "IoTVideo(Internet of Things Video) SDK for iOS",
6   "homepage": "https://github.com/GWTimes/IoTVideoSDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JonorZhang": "zyx1507@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/GWTimes/IoTVideoSDK-iOS.git",
20     "tag": "1.4.206f"
21   },
22   "libraries": [
23     "c++",
24     "z",
25     "bz2",
26     "iconv"
27   ],
28   "frameworks": [
29     "AudioToolbox",
30     "VideoToolbox",
31     "CoreMedia"
32   ],
33   "pod_target_xcconfig": {
34     "VALID_ARCHS": "x86_64 armv7 arm64"
35   },
36   "default_subspecs": [
37     "IoTVideo",
38     "IVVAS"
39   ],
40   "subspecs": [
41     {
42       "name": "libp2p",
43       "vendored_libraries": "Frameworks/P2P/libiot_video_p2p.a"
44     },
45     {
46       "name": "IoTVideo",
47       "dependencies": {
48         "IoTVideo/libp2p": [
50         ],
51         "libFFmpeg-SSL-iOS": [
52           "~> 3.4"
53         ]
54       },
55       "vendored_frameworks": "Frameworks/IoTVideo.framework"
56     },
57     {
58       "name": "IVVAS",
59       "dependencies": {
60         "IoTVideo/IoTVideo": [
62         ]
63       },
64       "vendored_frameworks": "Frameworks/IVVAS.framework"
65     }
66   ]