Skip to content

Commit

Permalink
Update pod specs
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorgvoi committed Nov 13, 2024
1 parent d0e85e8 commit 6e66060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Networking-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'Networking-Swift'
s.version = '0.8.9'
s.version = '0.9.0'
s.summary = 'Networking is a lightweight and powerful HTTP network framework written in Swift'
s.description = <<-DESC
Networking is a lightweight and powerful HTTP network framework written in Swift. Features includes but are not limited to; easily build server configurations and requests for any API, clear request and response logging, URL query and JSON parameter encoding, authentication with Basic and Bearer token and Combine Support.
Networking is a lightweight and powerful async / await HTTP network framework written in Swift. Features includes but are not limited to; easily build server configurations and requests for any API, clear request and response logging, URL query and JSON parameter encoding, authentication with Basic and Bearer token.
DESC

s.homepage = 'https://github.com/brillcp/Networking'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![swift](https://img.shields.io/badge/Swift-5.4%2B-orange)
![platforms](https://img.shields.io/badge/Platforms-iOS%20macOS%20tvOS%20watchOS-blue)
[![spm](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-green)](#swift-package-manager)
[![pod](https://img.shields.io/badge/pod-v0.8.9-orange)](#cocoapods)
[![pod](https://img.shields.io/badge/pod-v0.9.0-orange)](#cocoapods)
[![license](https://img.shields.io/github/license/brillcp/networking)](/LICENSE)
![stars](https://img.shields.io/github/stars/brillcp/networking?style=social)

Expand Down Expand Up @@ -296,7 +296,7 @@ The Swift Package Manager is a tool for automating the distribution of Swift cod
Once you have your Swift package set up, adding Networking as a dependency is as easy as adding it to the dependencies value of your Package.swift.
```
dependencies: [
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.8.9"))
.package(url: "https://github.com/brillcp/Networking.git", .upToNextMajor(from: "0.9.0"))
]
```

Expand Down

0 comments on commit 6e66060

Please sign in to comment.