[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 3 / CocoaMQTT5 / 1.0.4 / CocoaMQTT5.podspec.json
blob639c945c053b73fde9d96d4bd7ca0fadd5c6cfe9
2   "name": "CocoaMQTT5",
3   "version": "1.0.4",
4   "summary": "MQTT v5.0 client library for iOS/macOS/tvOS written with Swift 5",
5   "homepage": "https://github.com/emqx/CocoaMQTT/tree/dev/2.0",
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": "10.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/leeway1208/CocoaMQTT5.git",
24     "tag": "1.0.4"
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         "CocoaMQTT5/Core": [
43         ],
44         "Starscream": [
45           "~> 3.1.1"
46         ]
47       },
48       "source_files": "Source/CocoaMQTTWebSocket.swift"
49     }
50   ],
51   "swift_version": "5.0"