[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 5 / 9 / XJMQTTManager / 1.0.5 / XJMQTTManager.podspec.json
blobef3b2574aa9e8c403de6d6de1ed9d72472c382cc
2   "name": "XJMQTTManager",
3   "version": "1.0.5",
4   "summary": "小匠云 MQTT 服务连接管理",
5   "description": "小匠云 MQTT 服务连接管理,包括加密连接、下发数据、上报数据",
6   "homepage": "https://gitee.com/xiaojiang-cloud-paas/xjmqttmanager-open-iOS.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Renge": "lidrkuft123@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/xiaojiang-cloud-paas/xjmqttmanager-open-iOS.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "XJMQTTManager.framework",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "dependencies": {
29     "MQTTClient": [
31     ]
32   }