[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 1.3.0-rc.1 / CocoaMQTT.podspec.json
blob212905a74d6c3115831c6ec00b8296d39a61a3ee
2   "name": "CocoaMQTT",
3   "version": "1.3.0-rc.1",
4   "summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 5",
5   "homepage": "https://github.com/emqx/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.12",
18     "ios": "10.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/emqx/CocoaMQTT.git",
23     "tag": "1.3.0-rc.1"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "CocoaAsyncSocket": [
31           "~> 7.6.3"
32         ]
33       },
34       "source_files": "Source/*.swift",
35       "exclude_files": "Source/CocoaMQTTWebSocket.swift"
36     },
37     {
38       "name": "WebSockets",
39       "dependencies": {
40         "CocoaMQTT/Core": [
42         ],
43         "Starscream": [
44           "~> 3.0.2"
45         ]
46       },
47       "source_files": "Source/CocoaMQTTWebSocket.swift"
48     }
49   ],
50   "swift_version": "5.0"