[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.0.13 / CocoaMQTT.podspec.json
bloba458093ed3b7f8943736e5581641bf2ac7b43fa5
2   "name": "CocoaMQTT",
3   "version": "1.0.13",
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     "Alex Yu": "alexyu.dc@gmail.com"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "osx": "10.9",
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/emqtt/CocoaMQTT.git",
21     "tag": "1.0.13"
22   },
23   "source_files": [
24     "Source/{*.h}",
25     "Source/*.swift"
26   ],
27   "dependencies": {
28     "CocoaAsyncSocket": [
29       "~> 7.5.1"
30     ],
31     "MSWeakTimer": [
32       "~> 1.1.0"
33     ]
34   },
35   "pushed_with_swift_version": "3.0",
36   "deprecated": true