[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / f / TIoTLinkKit / 1.5.4-beta.10 / TIoTLinkKit.podspec.json
blob22122ea8f01636b33cc91d41e040bcae2503e6e7
2   "name": "TIoTLinkKit",
3   "version": "1.5.4-beta.10",
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.5.4-beta.10"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "default_subspecs": "LinkCore",
23   "subspecs": [
24     {
25       "name": "LinkCore",
26       "source_files": "Source/SDK/LinkCore/**/*.{h,m,c}",
27       "dependencies": {
28         "MBProgressHUD": [
29           "1.1.0"
30         ],
31         "CocoaAsyncSocket": [
32           "7.6.5"
33         ],
34         "CocoaLumberjack": [
35           "3.7.2"
36         ]
37       }
38     },
39     {
40       "name": "LinkRTC",
41       "source_files": "Source/SDK/LinkRTC/**/*.{h,m,c}",
42       "dependencies": {
43         "TXLiteAVSDK_TRTC": [
44           "8.0.9644"
45         ],
46         "YYModel": [
47           "1.0.4"
48         ],
49         "TIoTLinkKit/LinkCore": [
51         ]
52       },
53       "pod_target_xcconfig": {
54         "VALID_ARCHS": "x86_64 armv7 arm64"
55       }
56     }
57   ]