[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.1.3 / CocoaMQTT.podspec.json
blob3ed4fc952382163e7e333bf3e980c6667a16240b
2   "name": "CocoaMQTT",
3   "version": "1.1.3",
4   "summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 4",
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.3"
23   },
24   "source_files": [
25     "Source/{*.h}",
26     "Source/*.swift"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
30       "~> 7.6.3"
31     ]
32   }