Skip to content

Commit

Permalink
设置LLaunchScreen为public
Browse files Browse the repository at this point in the history
  • Loading branch information
internetWei committed Mar 4, 2021
1 parent b11083f commit 5fdeee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions LLaunchScreen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/internetwei/LLaunchScreen'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'internetwei' => 'internetwei@foxmail.com' }
s.source = { :git => 'https://github.com/internetwei/LLaunchScreen.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/internetwei/LLaunchScreen', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'

s.source_files = 'LLaunchScreen/*'
s.source_files = 'LLaunchScreen/*.swift'

s.swift_version = '5.0'
end
4 changes: 2 additions & 2 deletions LLaunchScreen/LLaunchScreen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import UIKit


enum LLaunchScreenType: String {
public enum LLaunchScreenType: String {
case verticalLight
case horizontalLight

Expand All @@ -30,7 +30,7 @@ private var launchImage_restoreAsBefore = false
private var launchImage_repairException = false


class LLaunchScreen: NSObject {
public class LLaunchScreen: NSObject {


// MARK: - Public
Expand Down
1 change: 0 additions & 1 deletion _Pods.xcodeproj

This file was deleted.

0 comments on commit 5fdeee2

Please sign in to comment.