[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.2.2 / CocoaMQTT.podspec.json
blob1d2eacb930c8e88900a03d92af4881a1e1692b97
2   "name": "CocoaMQTT",
3   "version": "1.2.2",
4   "summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 5",
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     "Alex Yu": "alexyu.dc@gmail.com"
13   },
14   "swift_versions": "5.0",
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/emqtt/CocoaMQTT.git",
23     "tag": "1.2.2"
24   },
25   "source_files": [
26     "Source/{*.h}",
27     "Source/*.swift"
28   ],
29   "dependencies": {
30     "CocoaAsyncSocket": [
31       "~> 7.6.3"
32     ]
33   },
34   "swift_version": "5.0"