[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / d / f / TIoTLinkKit / 1.2.0 / TIoTLinkKit.podspec.json
blob0d926bbe100d24a8f47683d2d07f44416ddfab62
2   "name": "TIoTLinkKit",
3   "version": "1.2.0",
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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "default_subspecs": "CoreBase",
23   "subspecs": [
24     {
25       "name": "CoreBase",
26       "source_files": [
27         "Source/LinkSDK/QCAPISets/**/*.{h,m,c}",
28         "Source/LinkSDK/QCDeviceCenter/**/*.{h,m,c}",
29         "Source/LinkSDK/QCFoundation/**/*.{h,m,c}"
30       ],
31       "dependencies": {
32         "MBProgressHUD": [
33           "1.1.0"
34         ]
35       }
36     },
37     {
38       "name": "TRTC",
39       "source_files": "Source/LinkSDK/TRTC/**/*.{h,m,c}",
40       "dependencies": {
41         "TXLiteAVSDK_TRTC": [
42           "8.0.9644"
43         ],
44         "YYModel": [
46         ],
47         "TIoTLinkKit/CoreBase": [
49         ]
50       },
51       "pod_target_xcconfig": {
52         "VALID_ARCHS": "x86_64 armv7 arm64"
53       }
54     }
55   ]