-
Notifications
You must be signed in to change notification settings - Fork 0
/
HiIOS.podspec
38 lines (35 loc) · 1.34 KB
/
HiIOS.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Pod::Spec.new do |s|
s.name = 'HiIOS'
s.version = '3.0.0'
s.summary = 'iOS App Framework.'
s.description = <<-DESC
iOS App Framework using Swift.
DESC
s.homepage = 'https://github.com/tospery/HiIOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'YangJianxiang' => '[email protected]' }
s.source = { :git => 'https://github.com/tospery/HiIOS.git', :tag => s.version.to_s }
s.requires_arc = true
s.swift_version = '5.3'
s.ios.deployment_target = '13.0'
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
s.source_files = 'HiIOS/**/*'
s.dependency 'HiCore', '~> 1.0'
s.dependency 'HiNav', '~> 1.0'
s.dependency 'HiNet', '~> 1.0'
s.dependency 'HiTheme', '~> 1.0'
s.dependency 'HiResource', '~> 1.0'
s.dependency 'HiJSBridge', '~> 1.0'
s.dependency 'RxOptional', '~> 5.0'
s.dependency 'RxSwiftExt', '~> 6.0'
s.dependency 'RxDataSources', '~> 5.0'
s.dependency 'NSObject+Rx', '~> 5.0'
s.dependency 'ReactorKit', '~> 3.0'
s.dependency 'SwifterSwift', '~> 6.0'
s.dependency 'RxViewController', '~> 2.0'
s.dependency 'BonMot', '~> 6.0'
s.dependency 'Kingfisher', '~> 7.0'
s.dependency 'DZNEmptyDataSet', '~> 1.0'
s.dependency 'TTTAttributedLabel', '~> 2.0'
s.dependency 'MJRefresh', '~> 3.0'
end