[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / b / f / WhatieSDK / 1.2.8 / WhatieSDK.podspec.json
blob4c786977988b31d33be538d1743b6b652a3439f0
2   "name": "WhatieSDK",
3   "version": "1.2.8",
4   "summary": "WhatieSDK is provided by ATI TECHNOLOGY (WUHAN) CO.,LTD.",
5   "description": "The SDK only support operations on WiFi electronics outlets. The main function points of the SDK include: finding electronics outlets nearby, electronics outlets turn-on or turn-off, unbinding associated electronics outlets, sharing your electronics outlets by QRCode, and so on. Note that, room settings, smart scenarios settings and timer settings will be not included in the first version of the SDK. These function points, and other more, can be provided via updating SDK remotely in latest versions.",
6   "homepage": "https://github.com/ATI-Wuhan/WhatieSDK_iOS",
7   "license": "MIT",
8   "authors": {
9     "ATI-Wuhan": "https://github.com/ATI-Wuhan"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ATI-Wuhan/WhatieSDK_iOS.git",
16     "tag": "1.2.8"
17   },
18   "source_files": "WhatieSDK/WhatieSDK.framework/Headers/*.{h}",
19   "vendored_frameworks": "WhatieSDK/WhatieSDK.framework",
20   "public_header_files": "WhatieSDK/WhatieSDK.framework/Headers/WhatieSDK.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "CocoaAsyncSocket": [
28     ],
29     "MQTTClient": [
30       "0.8.8"
31     ]
32   },
33   "user_target_xcconfig": {
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35   }