Skip to content

Commit 348fb78

Browse files
committed
Swift 4.2 release
1 parent d7a9fa1 commit 348fb78

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.6.6"
3+
s.version = "0.7.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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ source 'https://github.com/CocoaPods/Specs.git'
4141
platform :ios, '8.0'
4242
use_frameworks!
4343

44-
pod 'LicensesViewController', '~> 0.6.6'
44+
pod 'LicensesViewController', '~> 0.7.0'
4545
```
4646

4747
Then tell Pod to install it:
@@ -79,7 +79,9 @@ open LicensesViewControllerExample.xcworkspace
7979
#### Requirements
8080
* iOS `8.0`
8181
* tvOS `9.0`
82-
* Swift `4.0`
82+
* Swift `4.2`
83+
84+
If you are targeting Swift `4.0` use `'~> 0.6.6'` in your Podfile.
8385

8486
## Contact
8587
Twitter: [@carloeugster](https://twitter.com/carloeugster)

0 commit comments

Comments
 (0)