-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathLLDark.podspec
More file actions
21 lines (18 loc) · 826 Bytes
/
Copy pathLLDark.podspec
File metadata and controls
21 lines (18 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint LLDark.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'LLDark'
s.version = '1.1.7'
s.summary = 'A powerful dark theme framework for iOS, designed to quickly adapt to dark mode.'
s.homepage = 'https://github.com/internetWei/llDark'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'internetwei' => 'internetwei@foxmail.com' }
s.source = { :git => 'https://github.com/internetWei/llDark.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'LLDark/**/*'
end