File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# apple-swift-http-structured-headers-podspec
22
3+ ## Required
4+
5+ - Swift 5.7.2 or later
6+
37## Usage
48
59``` ruby
610pod ' 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
1115Following to Swift Package Manager's usage.
Original file line number Diff line number Diff line change 11Pod ::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'
You can’t perform that action at this time.
0 commit comments