[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / a / 5 / SwiftyNats / 0.0.3 / SwiftyNats.podspec.json
blob419b51ae3f6b7d1d92055d9a5c726b0eefa0517d
2   "name": "SwiftyNats",
3   "version": "0.0.3",
4   "summary": "A Swift client for NATS messaging system.",
5   "description": "SwiftyNats is a lightweight Swift client for connecting to NATS servers. \nIt supports publishing and subscribing to topics in a straightforward and efficient manner.",
6   "homepage": "https://github.com/ddh4r4m/SwiftyNats",
7   "license": {
8     "type": "Unlicense",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dharam Dhurandhar": "ddh4r4m@gmail.com"
13   },
14   "platforms": {
15     "ios": "17.0"
16   },
17   "source": {
18     "git": "https://github.com/ddh4r4m/SwiftyNats.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "Sources/**/*.{h,m,swift}",
22   "exclude_files": "Tests/**/*",
23   "resources": "Resources/*.png",
24   "swift_versions": [
25     "5.7"
26   ],
27   "dependencies": {
28     "SwiftNIO": [
29       "~> 2.40.0"
30     ],
31     "Logging": [
32       "~> 1.4.0"
33     ]
34   },
35   "swift_version": "5.7"