diff --git a/FTAPIKit.podspec b/FTAPIKit.podspec index 15f75d0..3a30d53 100644 --- a/FTAPIKit.podspec +++ b/FTAPIKit.podspec @@ -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. diff --git a/Gemfile b/Gemfile index abc1a45..597dd9a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" -gem "cocoapods", "~> 1.10" +gem "cocoapods", "~> 1.11" diff --git a/Gemfile.lock b/Gemfile.lock index 5b97ee7..d61fa46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -91,7 +91,7 @@ PLATFORMS ruby DEPENDENCIES - cocoapods (~> 1.10) + cocoapods (~> 1.11) BUNDLED WITH 2.2.29 diff --git a/README.md b/README.md index a7eb0e5..96104b6 100644 --- a/README.md +++ b/README.md @@ -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