[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / b / NWSocket / 0.0.1 / NWSocket.podspec.json
bloba86deaadf113d2fe0902f25d0e42221384e88fd0
2   "name": "NWSocket",
3   "version": "0.0.1",
4   "summary": "NWSocket is a versatile library simplifying powerful tcp/udp tasks.",
5   "description": "Socket simplifies and enhances network-related tasks by providing a flexible.",
6   "homepage": "https://github.com/harryngict/NWSocket",
7   "source": {
8     "git": "git@github.com:harryngict/NWSocket.git",
9     "tag": "0.0.1"
10   },
11   "authors": {
12     "Hoang Nguyen": "harryngict@gmail.com"
13   },
14   "license": {
15     "type": "MIT",
16     "text": "Copyright (c) 2023"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "source_files": "Sources/Socket/**/**/*.{swift}",
25   "swift_version": "5.0"