File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ Pod::Spec.new do |s|
55 s . homepage = 'https://github.com/internetwei/LLaunchScreen'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
77 s . author = { 'internetwei' => 'internetwei@foxmail.com' }
8- s . source = { :git => 'https://github.com/internetwei/LLaunchScreen.git ' , :tag => s . version . to_s }
8+ s . source = { :git => 'https://github.com/internetwei/LLaunchScreen' , :tag => s . version . to_s }
99
1010 s . ios . deployment_target = '9.0'
1111
12- s . source_files = 'LLaunchScreen/*'
12+ s . source_files = 'LLaunchScreen/*.swift'
13+
14+ s . swift_version = '5.0'
1315end
Original file line number Diff line number Diff line change 88import UIKit
99
1010
11- enum LLaunchScreenType : String {
11+ public enum LLaunchScreenType : String {
1212 case verticalLight
1313 case horizontalLight
1414
@@ -30,7 +30,7 @@ private var launchImage_restoreAsBefore = false
3030private var launchImage_repairException = false
3131
3232
33- class LLaunchScreen : NSObject {
33+ public class LLaunchScreen : NSObject {
3434
3535
3636 // MARK: - Public
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments