Skip to content

Commit a9c5f6c

Browse files
committed
Version 0.10.0
1 parent b8a6aa2 commit a9c5f6c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LicensesViewController.podspec

Lines changed: 1 addition & 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.9.0"
3+
s.version = "0.10.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.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ open LicensesViewControllerExample.xcworkspace
8080
* tvOS `9.0`
8181
* Swift `4.2`, `5.0`, `5.1`, `5.2`
8282

83+
If you depend on Python `2.x` use `'~> 0.9.0'` in your Podfile.
84+
8385
If you are targeting Swift `4.0` use `'~> 0.6.6'` in your Podfile.
8486

8587
## Contact

0 commit comments

Comments
 (0)