Skip to content

Commit c450824

Browse files
authored
Merge pull request #69 from futuredapp/release/1.2.2
Release 1.2.2
2 parents 12e5bab + 3db8e94 commit c450824

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

FTAPIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FTAPIKit"
3-
s.version = "1.2.1"
3+
s.version = "1.2.2"
44
s.summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable"
55
s.description = <<-DESC
66
Protocol-oriented framework for communication with REST APIs.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source "https://rubygems.org"
44

5-
gem "cocoapods", "~> 1.9"
5+
gem "cocoapods", "~> 1.10"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (3.0.3)
5-
activesupport (5.2.4.4)
5+
activesupport (5.2.5)
66
concurrent-ruby (~> 1.0, >= 1.0.2)
77
i18n (>= 0.7, < 2)
88
minitest (~> 5.1)
@@ -54,17 +54,17 @@ GEM
5454
colored2 (3.1.2)
5555
concurrent-ruby (1.1.8)
5656
escape (0.0.4)
57-
ethon (0.12.0)
58-
ffi (>= 1.3.0)
59-
ffi (1.14.2)
57+
ethon (0.14.0)
58+
ffi (>= 1.15.0)
59+
ffi (1.15.0)
6060
fourflusher (2.3.1)
6161
fuzzy_match (2.0.4)
6262
gh_inspector (1.1.3)
6363
httpclient (2.8.3)
64-
i18n (1.8.7)
64+
i18n (1.8.10)
6565
concurrent-ruby (~> 1.0)
6666
json (2.5.1)
67-
minitest (5.14.3)
67+
minitest (5.14.4)
6868
molinillo (0.6.6)
6969
nanaimo (0.3.0)
7070
nap (1.1.0)
@@ -87,7 +87,7 @@ PLATFORMS
8787
ruby
8888

8989
DEPENDENCIES
90-
cocoapods (~> 1.9)
90+
cocoapods (~> 1.10)
9191

9292
BUNDLED WITH
93-
2.1.4
93+
2.2.16

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When using Swift package manager install using Xcode 11+
1616
or add following line to your dependencies:
1717

1818
```swift
19-
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.1")
19+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.2")
2020
```
2121

2222
When using CocoaPods add following line to your `Podfile`:

0 commit comments

Comments
 (0)