-
Notifications
You must be signed in to change notification settings - Fork 0
/
YZFrame.podspec
19 lines (19 loc) · 911 Bytes
/
YZFrame.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'YZFrame'
s.version = '1.3.2'
s.summary = 'YZFrame is an agile class library for development'
s.homepage = 'https://github.com/micyo202/YZFrame'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.authors = {'Yanzheng' => '[email protected]'}
s.platform = :ios, '12.0'
s.ios.deployment_target = '12.0'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.source = {:git => 'https://github.com/micyo202/YZFrame.git', :tag => s.version}
s.source_files = 'YZFrame/Core/**/*.{h,m}'
s.resources = 'YZFrame/Resources/*.bundle'
s.requires_arc = true
s.dependency 'YYKit', '~> 1.0.9'
s.dependency 'MBProgressHUD', '~> 1.2.0'
s.dependency 'SVProgressHUD', '~> 2.2.5'
end