File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ let query = try! decoder.decode(GetPostsQuery.self, from: queryItems)
118118- macOS
119119- tvOS
120120- watchOS
121+ - Linux
121122
122123## Requirements
123124
@@ -129,7 +130,7 @@ let query = try! decoder.decode(GetPostsQuery.self, from: queryItems)
129130
130131``` swift
131132dependencies: [
132- .package (url : " https://github.com/kylehughes /URLQueryItemCoder.git" , . upToNextMajor ( from : " 1.0.0 " ) ),
133+ .package (url : " https://github.com/Swiftosis /URLQueryItemCoder.git" , from : " 1.0.1 " ),
133134]
134135```
135136
@@ -144,11 +145,7 @@ URLQueryItemCoder is not accepting source contributions at this time. Bug report
144145## Author
145146
146147[ Kyle Hughes] ( https://kylehugh.es )
147-
148- [ ![ my Mastodon] [ social_image ]] [ social_url ]
149-
150- [ social_image ] : https://img.shields.io/mastodon/follow/109356914477272810?domain=https%3A%2F%2Fmister.computer&style=social
151- [ social_url ] : https://mister.computer/@kyle
148+ Linux compatibility by [ Árpád Goretity] ( https://goretity.com )
152149
153150## License
154151
You can’t perform that action at this time.
0 commit comments