Skip to content

Commit

Permalink
Merge pull request #91 from futuredapp/release/1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
mkj-is authored Oct 26, 2021
2 parents b7b8111 + 09e2ed9 commit a8c9c19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FTAPIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FTAPIKit"
s.version = "1.2.4"
s.version = "1.3.0"
s.summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable"
s.description = <<-DESC
Protocol-oriented framework for communication with REST APIs.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source "https://rubygems.org"

gem "cocoapods", "~> 1.10"
gem "cocoapods", "~> 1.11"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GEM
httpclient (2.8.3)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.6.0)
json (2.6.1)
minitest (5.14.4)
molinillo (0.8.0)
nanaimo (0.3.0)
Expand All @@ -91,7 +91,7 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.10)
cocoapods (~> 1.11)

BUNDLED WITH
2.2.29
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ When using Swift package manager install using Xcode 11+
or add following line to your dependencies:

```swift
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.2.4")
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.3.0")
```

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

```ruby
pod 'FTAPIKit', '~> 1.2'
pod 'FTAPIKit', '~> 1.3'
```

## Features
Expand Down

0 comments on commit a8c9c19

Please sign in to comment.