[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / f / TIoTLinkKit / 1.4.0-beta.1 / TIoTLinkKit.podspec.json
blob23954b29fa59749f1d00fd0eb9475b041313f3cf
2   "name": "TIoTLinkKit",
3   "version": "1.4.0-beta.1",
4   "summary": "腾讯连连APP SDK是腾讯云物联网平台提供,应用开发厂商可通过SDK将设备接入腾讯云物联网平台,来进行设备管理",
5   "description": "在腾讯云物联网开发平台中,APP通过接入APP SDK来实现与智能设备的配网,和通过物联网平台对智能设备进行管理。目前APP SDK中与设备配网方式提供了SmartConfig配网和Soft AP配网模式。",
6   "homepage": "https://github.com/tencentyun/iot-link-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iot-ios-sdk": "dev@goodow.com"
13   },
14   "source": {
15     "git": "https://github.com/tencentyun/iot-link-ios.git",
16     "tag": "v1.4.0-beta.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "default_subspecs": "LinkSDK",
23   "subspecs": [
24     {
25       "name": "LinkSDK",
26       "source_files": "Source/SDK/LinkSDK/**/*.{h,m,c}",
27       "dependencies": {
28         "MBProgressHUD": [
29           "1.1.0"
30         ]
31       }
32     },
33     {
34       "name": "LinkRTC",
35       "source_files": "Source/SDK/LinkRTC/**/*.{h,m,c}",
36       "dependencies": {
37         "TXLiteAVSDK_TRTC": [
38           "8.0.9644"
39         ],
40         "YYModel": [
42         ],
43         "TIoTLinkKit/LinkSDK": [
45         ]
46       },
47       "pod_target_xcconfig": {
48         "VALID_ARCHS": "x86_64 armv7 arm64"
49       }
50     },
51     {
52       "name": "LinkVideo",
53       "source_files": "Source/SDK/LinkVideo/**/*.{h,m,c,mm}",
54       "dependencies": {
55         "TIoTLinkKit/LinkSDK": [
57         ],
58         "TIoTThridSDK/IJKPlayer-iOS": [
60         ],
61         "TIoTThridSDK/XP2P-iOS": [
63         ],
64         "TIoTThridSDK/Faac-iOS": [
66         ]
67       },
68       "pod_target_xcconfig": {
69         "VALID_ARCHS": "arm64"
70       }
71     }
72   ]