From 6246a31b16d7c8088555074e239b7ebfcb9802ed Mon Sep 17 00:00:00 2001 From: Carlo Eugster Date: Thu, 23 Apr 2020 09:47:32 +0200 Subject: [PATCH] Release 0.8.0 Adds support for dark mode in iOS 13+ --- .swift-version | 1 - LicensesViewController.podspec | 3 ++- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .swift-version diff --git a/.swift-version b/.swift-version deleted file mode 100644 index bf77d54..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -4.2 diff --git a/LicensesViewController.podspec b/LicensesViewController.podspec index 399e082..d2c108c 100644 --- a/LicensesViewController.podspec +++ b/LicensesViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LicensesViewController" - s.version = "0.7.0" + s.version = "0.8.0" s.summary = "Give credit where credit is due." s.description = <<-DESC Recursively finds all LICENSE.* files in a given directory and generates that can be displayed via Settings.bundle or the provided view controller. @@ -14,6 +14,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' + s.swift_versions = ['4.2'] s.requires_arc = true s.source_files = 'LicensesViewController/**/*.swift' diff --git a/README.md b/README.md index d04164b..3a22473 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'LicensesViewController', '~> 0.7.0' +pod 'LicensesViewController', '~> 0.8.0' ``` Then tell Pod to install it: