Skip to content

Commit 6246a31

Browse files
committed
Release 0.8.0
Adds support for dark mode in iOS 13+
1 parent 7305549 commit 6246a31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

LicensesViewController.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LicensesViewController"
3-
s.version = "0.7.0"
3+
s.version = "0.8.0"
44
s.summary = "Give credit where credit is due."
55
s.description = <<-DESC
66
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|
1414

1515
s.ios.deployment_target = '8.0'
1616
s.tvos.deployment_target = '9.0'
17+
s.swift_versions = ['4.2']
1718
s.requires_arc = true
1819

1920
s.source_files = 'LicensesViewController/**/*.swift'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
4040
platform :ios, '8.0'
4141
use_frameworks!
4242

43-
pod 'LicensesViewController', '~> 0.7.0'
43+
pod 'LicensesViewController', '~> 0.8.0'
4444
```
4545

4646
Then tell Pod to install it:

0 commit comments

Comments
 (0)