[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 7 / b / TuyaSmartHomeKit / 0.0.20 / TuyaSmartHomeKit.podspec.json
blob77c60f88505aa93dc8efd1de2829125265bfaa35
2   "name": "TuyaSmartHomeKit",
3   "version": "0.0.20",
4   "summary": "涂鸦全屋智能iOS SDK",
5   "description": "涂鸦全屋智能APP SDK提供了与硬件设备、涂鸦云通讯的接口封装,加速应用开发过程。",
6   "homepage": "http://www.tuya.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xcc": "xucheng@tuya.com"
13   },
14   "source": {
15     "git": "https://github.com/TuyaInc/tuyasmart_home_ios_sdk.git",
16     "tag": "0.0.20"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "TuyaSmartHomeKit.framework",
22   "preserve_paths": "TuyaSmartHomeKit.framework",
23   "frameworks": "Foundation",
24   "libraries": [
25     "c++",
26     "z"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
31     ],
32     "MQTTClient": [
33       "0.14.0"
34     ],
35     "Mantle": [
37     ],
38     "UICKeyChainStore": [
40     ],
41     "Reachability": [
43     ],
44     "SDVersion": [
46     ]
47   },
48   "user_target_xcconfig": {
49     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
50   }