Skip to content

Commit 065d87a

Browse files
committed
Bump version v1.0.0
1 parent b20b9ad commit 065d87a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# apple-swift-http-structured-headers-podspec
22

3+
## Required
4+
5+
- Swift 5.7.2 or later
6+
37
## Usage
48

59
```ruby
610
pod 'swift-http-structured-headers',
711
:git => 'https://github.com/nnsnodnb/apple-swift-http-structured-headers-podspec.git',
8-
:tag => '0.1.1'
12+
:tag => '1.0.0'
913
```
1014

1115
Following to Swift Package Manager's usage.

swift-http-structured-headers.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'swift-http-structured-headers'
3-
spec.version = '0.3.0'
3+
spec.version = '1.0.0'
44
spec.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
spec.homepage = 'https://github.com/apple/swift-http-structured-headers'
66
spec.author = 'Apple Inc. and the SwiftNIO project'

0 commit comments

Comments
 (0)