-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSectionUI.podspec
More file actions
21 lines (18 loc) · 849 Bytes
/
SectionUI.podspec
File metadata and controls
21 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'SectionUI'
s.version = '2.5.3'
s.summary = '动态表单框架'
s.homepage = "https://github.com/linhay/SectionKit"
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { "linhay" => "is.linhey@outlook.com"}
s.source = { :git => "https://github.com/linhay/SectionKit.git", :tag => "#{s.version}" }
s.swift_version = "5.7"
s.module_name = 'SectionUI'
s.platform = :ios
s.ios.deployment_target = "13.0"
s.dependency 'SectionKit2', '>= 2.5.3'
s.source_files = ["Sources/SectionUI/**/*.{swift,h}"]
end
# pod lib lint ./SectionUI.podspec --include-podspecs='*.podspec'
# pod trunk push ./SectionUI.podspec --allow-warnings
# bundle exec pod trunk push ./SectionUI.podspec --allow-warnings