[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / f / TIoTLinkKit / 1.4.2 / TIoTLinkKit.podspec.json
blobae5a7a60ad98aaeb5369231bbefa2d0a845a6120
2   "name": "TIoTLinkKit",
3   "version": "1.4.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.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": [
30         ],
31         "CocoaAsyncSocket": [
33         ]
34       }
35     },
36     {
37       "name": "LinkRTC",
38       "source_files": "Source/SDK/LinkRTC/**/*.{h,m,c}",
39       "dependencies": {
40         "TXLiteAVSDK_TRTC": [
41           "8.0.9644"
42         ],
43         "YYModel": [
45         ],
46         "TIoTLinkKit/LinkSDK": [
48         ]
49       },
50       "pod_target_xcconfig": {
51         "VALID_ARCHS": "x86_64 armv7 arm64"
52       }
53     },
54     {
55       "name": "LinkVideo",
56       "source_files": "Source/SDK/LinkVideo/**/*.{h,m,c,mm}",
57       "dependencies": {
58         "TIoTLinkKit/LinkSDK": [
60         ],
61         "TIoTLinkThirdPartyKit/IJKPlayer-iOS": [
63         ],
64         "TIoTLinkThirdPartyKit/XP2P-iOS": [
66         ],
67         "TIoTLinkThirdPartyKit/Faac-iOS": [
69         ]
70       },
71       "pod_target_xcconfig": {
72         "VALID_ARCHS": "arm64"
73       }
74     }
75   ]