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
1213Declarative and generic REST API framework using Codable.
@@ -19,13 +20,13 @@ When using Swift package manager install using Xcode 11+
1920or 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
2526When 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
4546This 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
5051This package contains predefined ` Endpoint ` protocols.
5152Use cases like multipart upload, automatic encoding/decoding
0 commit comments