[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.0.5 / CocoaMQTT.podspec.json
blob907c3287c189081863617c152b45f676d2378716
2   "name": "CocoaMQTT",
3   "version": "1.0.5",
4   "summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 2",
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.5"
21   },
22   "source_files": [
23     "Source/{*.h}",
24     "Source/*.swift"
25   ],
26   "dependencies": {
27     "CocoaAsyncSocket": [
28       "~> 7.4.2"
29     ],
30     "MSWeakTimer": [
31       "~> 1.1.0"
32     ]
33   },
34   "deprecated": true