[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / 9 / XJMQTTManager / 1.0.2 / XJMQTTManager.podspec.json
blob357740ac14ea32a83df33c97dd02ec7df281f344
2   "name": "XJMQTTManager",
3   "version": "1.0.2",
4   "summary": "小匠云 MQTT 服务连接管理",
5   "description": "小匠云 MQTT 服务连接管理,包括加密连接、下发数据、上报数据",
6   "homepage": "https://gitee.com/app-develop/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/app-develop/xjmqttmanager-open-iOS.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "vendored_frameworks": "XJMQTTManager.framework",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "dependencies": {
30     "MQTTClient": [
32     ]
33   }