From 348fb78c58b0de53ba45d5f332e9e2d85769c13e Mon Sep 17 00:00:00 2001 From: Carlo Eugster Date: Mon, 29 Oct 2018 13:03:25 +0100 Subject: [PATCH] Swift 4.2 release --- LicensesViewController.podspec | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LicensesViewController.podspec b/LicensesViewController.podspec index d4b7b9a..399e082 100644 --- a/LicensesViewController.podspec +++ b/LicensesViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LicensesViewController" - s.version = "0.6.6" + s.version = "0.7.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. diff --git a/README.md b/README.md index d18a03c..98d6ddd 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! -pod 'LicensesViewController', '~> 0.6.6' +pod 'LicensesViewController', '~> 0.7.0' ``` Then tell Pod to install it: @@ -79,7 +79,9 @@ open LicensesViewControllerExample.xcworkspace #### Requirements * iOS `8.0` * tvOS `9.0` -* Swift `4.0` +* Swift `4.2` + +If you are targeting Swift `4.0` use `'~> 0.6.6'` in your Podfile. ## Contact Twitter: [@carloeugster](https://twitter.com/carloeugster)