We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e5ff30 + f1834de commit 336331dCopy full SHA for 336331d
2 files changed
FTAPIKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "FTAPIKit"
3
- s.version = "1.2.2"
+ s.version = "1.2.3"
4
s.summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable"
5
s.description = <<-DESC
6
Protocol-oriented framework for communication with REST APIs.
README.md
@@ -16,7 +16,7 @@ When using Swift package manager install using Xcode 11+
16
or add following line to your dependencies:
17
18
```swift
19
-.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.2")
+.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.3")
20
```
21
22
When using CocoaPods add following line to your `Podfile`:
0 commit comments