Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec
💎 apple/swift-http-structured-headers' CocoaPods spec
https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec
cocoapods rfc8941 swift
Last synced: 3 days ago
JSON representation
💎 apple/swift-http-structured-headers' CocoaPods spec
- Host: GitHub
- URL: https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec
- Owner: nnsnodnb
- License: apache-2.0
- Created: 2021-12-15T04:56:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T15:06:37.000Z (12 days ago)
- Last Synced: 2024-11-02T16:20:53.897Z (12 days ago)
- Topics: cocoapods, rfc8941, swift
- Language: C++
- Homepage:
- Size: 19.8 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apple-swift-http-structured-headers-podspec
## Required
- Swift 5.8 or later
## Usage
```ruby
pod 'swift-http-structured-headers',
:git => 'https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec.git',
:tag => '1.1.0'
```Following to Swift Package Manager's usage.
```swift
import RawStructuredFieldValues
import StructuredFieldValues
```## Reference
- [swift-http-structured-headers](https://github.com/apple/swift-http-structured-headers)