[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.1.0 / CocoaMQTT.podspec.json
blob4f61db3fc17bd73662025345b4c2f41aa0598d03
2   "name": "CocoaMQTT",
3   "version": "1.1.0",
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     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/emqtt/CocoaMQTT.git",
22     "tag": "1.1.0"
23   },
24   "source_files": [
25     "Source/{*.h}",
26     "Source/*.swift"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
30       "~> 7.6.1"
31     ],
32     "SwiftyTimer": [
33       "~> 2.0.0"
34     ]
35   },
36   "pushed_with_swift_version": "4.0",
37   "deprecated": true