From 26a04f74d8e9517f0ffb4d304cfabe985e5a72fd Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 10 Jun 2019 19:36:26 +0100 Subject: [PATCH 1/3] Removed .swift-version file and added the information to podspec --- .swift-version | 1 - RxReachability.podspec | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 5186d07..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.0 diff --git a/RxReachability.podspec b/RxReachability.podspec index 15ac6b6..7a43aba 100644 --- a/RxReachability.podspec +++ b/RxReachability.podspec @@ -32,6 +32,8 @@ Pod::Spec.new do |s| s.frameworks = 'Foundation' + s.swift_version = '5.0' + s.dependency 'ReachabilitySwift', '~> 4.3.1' s.dependency 'RxSwift', '~> 5' s.dependency 'RxCocoa', '~> 5' From 99cecb620b19e8157da4866e429487bec570437f Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 10 Jun 2019 19:37:26 +0100 Subject: [PATCH 2/3] Pod lint now breaks on warnings --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 378c4c0..405b34a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -34,7 +34,7 @@ platform :ios do desc "Cocoapods lint the pod for all platforms" private_lane :pod_lint do - pod_lib_lint(allow_warnings: true) + pod_lib_lint end desc "Run the tests" From 53ac9f2b44b89cde10b9d0c760b4d0513a39ccd4 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 10 Jun 2019 19:37:39 +0100 Subject: [PATCH 3/3] updated bundler --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a092e8e..0babe54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,4 +209,4 @@ DEPENDENCIES fastlane BUNDLED WITH - 1.17.1 + 2.0.1