File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Load Diff This file was deleted.
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.7 .0"
3
+ s . version = "0.8 .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.
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
14
14
15
15
s . ios . deployment_target = '8.0'
16
16
s . tvos . deployment_target = '9.0'
17
+ s . swift_versions = [ '4.2' ]
17
18
s . requires_arc = true
18
19
19
20
s . source_files = 'LicensesViewController/**/*.swift'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ source 'https://github.com/CocoaPods/Specs.git'
40
40
platform :ios , ' 8.0'
41
41
use_frameworks!
42
42
43
- pod ' LicensesViewController' , ' ~> 0.7 .0'
43
+ pod ' LicensesViewController' , ' ~> 0.8 .0'
44
44
```
45
45
46
46
Then tell Pod to install it:
You can’t perform that action at this time.
0 commit comments