Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
Adds support for dark mode in iOS 13+
  • Loading branch information
carloe committed Apr 23, 2020
1 parent 7305549 commit 6246a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

3 changes: 2 additions & 1 deletion LicensesViewController.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6246a31

Please sign in to comment.