Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yockow/swiftpublicsuffix
Converted Public Suffix List in Swift.
https://github.com/yockow/swiftpublicsuffix
Last synced: 24 days ago
JSON representation
Converted Public Suffix List in Swift.
- Host: GitHub
- URL: https://github.com/yockow/swiftpublicsuffix
- Owner: YOCKOW
- License: other
- Created: 2018-06-03T05:20:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T05:31:16.000Z (about 2 years ago)
- Last Synced: 2023-03-02T05:27:01.299Z (over 1 year ago)
- Language: Swift
- Size: 318 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SwiftPublicSuffix
`SwiftPublicSuffix` provides Swift code converted from [PUBLIC SUFFIX LIST](https://publicsuffix.org/list/).
It was originally written as a part of [SwiftCGIResponder](https://github.com/YOCKOW/SwiftCGIResponder).
It is not intended to use this library directly in each project. You can use [SwiftNetworkGear](https://github.com/YOCKOW/SwiftNetworkGear) instead.# Requirements
- Swift 5, 6 (including language mode for Swift 4 or 4.2)
- macOS or Linux# License
- "PublicSuffixList.swift": Mozilla Public License Version 2.0 (MPL 2.0)
- Others: The MIT LicenseSee "LICENSE.txt" for more information.