Skip to content

Commit 5116f4c

Browse files
authored
Merge pull request #94 from futuredapp/release/1.4.0
Release 1.4.0
2 parents 0bf9ecb + 8c40455 commit 5116f4c

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test – Ubuntu
1+
name: Ubuntu
22

33
on:
44
push:

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.3.0"
3+
s.version = "1.4.0"
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.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
![Cocoapods platforms](https://img.shields.io/cocoapods/p/FTAPIKit)
77
![License](https://img.shields.io/cocoapods/l/FTAPIKit)
88

9-
![macOS](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-latest.yml/badge.svg?branch=main)
9+
![macOS 11](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-11.yml/badge.svg?branch=main)
10+
![macOS 10.15](https://github.com/futuredapp/FTAPIKit/actions/workflows/macos-10.15.yml/badge.svg?branch=main)
1011
![Ubuntu](https://github.com/futuredapp/FTAPIKit/actions/workflows/ubuntu-latest.yml/badge.svg?branch=main)
1112

1213
Declarative and generic REST API framework using Codable.
@@ -19,13 +20,13 @@ When using Swift package manager install using Xcode 11+
1920
or add following line to your dependencies:
2021

2122
```swift
22-
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.3.0")
23+
.package(url: "https://github.com/futuredapp/FTAPIKit.git", from: "1.4.0")
2324
```
2425

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

2728
```ruby
28-
pod 'FTAPIKit', '~> 1.3'
29+
pod 'FTAPIKit', '~> 1.4'
2930
```
3031

3132
## Features
@@ -45,7 +46,7 @@ If some advanced features are required then we recommend implementing API client
4546
This client should encapsulate logic which is not provided by this framework
4647
(like signing authorized endpoints or conforming to `URLSessionDelegate`).
4748

48-
![Architecture](Sources/FTAPIKit/Documentation.docc/Resources/Architecture.svg)
49+
![Architecture](Sources/FTAPIKit/Documentation.docc/Resources/Architecture.png)
4950

5051
This package contains predefined `Endpoint` protocols.
5152
Use cases like multipart upload, automatic encoding/decoding

0 commit comments

Comments
 (0)