[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / e / 9 / CocoaMQTT / 2.0.3-beta4 / CocoaMQTT.podspec.json
blob95b86e45f34d1e637a26d3aa6cd576ec9752446a
2   "name": "CocoaMQTT",
3   "version": "2.0.3-beta4",
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     "Leeway": "leeway1208@gmail.com"
14   },
15   "swift_versions": "5.0",
16   "requires_arc": true,
17   "platforms": {
18     "osx": "10.12",
19     "ios": "9.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/emqx/CocoaMQTT.git",
24     "tag": "2.0.3-beta4"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "CocoaAsyncSocket": [
32           "~> 7.6.5"
33         ]
34       },
35       "source_files": "Source/*.swift",
36       "exclude_files": "Source/CocoaMQTTWebSocket.swift"
37     },
38     {
39       "name": "WebSockets",
40       "dependencies": {
41         "CocoaMQTT/Core": [
43         ],
44         "Starscream": [
45           "~> 3.1.1"
46         ]
47       },
48       "source_files": "Source/CocoaMQTTWebSocket.swift"
49     }
50   ],
51   "swift_version": "5.0"