File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "LicensesViewController"
3
- s . version = "0.6.6 "
3
+ s . version = "0.7.0 "
4
4
s . summary = "Give credit where credit is due."
5
5
s . description = <<-DESC
6
6
Recursively finds all LICENSE.* files in a given directory and generates that can be displayed via Settings.bundle or the provided view controller.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ source 'https://github.com/CocoaPods/Specs.git'
41
41
platform :ios , ' 8.0'
42
42
use_frameworks!
43
43
44
- pod ' LicensesViewController' , ' ~> 0.6.6 '
44
+ pod ' LicensesViewController' , ' ~> 0.7.0 '
45
45
```
46
46
47
47
Then tell Pod to install it:
@@ -79,7 +79,9 @@ open LicensesViewControllerExample.xcworkspace
79
79
#### Requirements
80
80
* iOS ` 8.0 `
81
81
* 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.
83
85
84
86
## Contact
85
87
Twitter: [ @carloeugster ] ( https://twitter.com/carloeugster )
You can’t perform that action at this time.
0 commit comments