[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.0.11 / CocoaMQTT.podspec.json
blob24315ef7f3e83854367ee781713161c6c313cd54
2   "name": "CocoaMQTT",
3   "version": "1.0.11",
4   "summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 3",
5   "homepage": "https://github.com/emqtt/CocoaMQTT",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Feng Lee": "feng@emqtt.io",
11     "CrazyWisdom": "zh.whong@gmail.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "osx": "10.9",
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/emqtt/CocoaMQTT.git",
20     "tag": "1.0.11"
21   },
22   "source_files": [
23     "Source/{*.h}",
24     "Source/*.swift"
25   ],
26   "dependencies": {
27     "CocoaAsyncSocket": [
28       "~> 7.5.1"
29     ],
30     "MSWeakTimer": [
31       "~> 1.1.0"
32     ]
33   },
34   "deprecated": true