- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathHDCommonTools.podspec
More file actions
Latest commit
13 lines (13 loc) · 695 Bytes
/
Copy pathHDCommonTools.podspec
File metadata and controls
13 lines (13 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.newdo |s|
s.name='HDCommonTools'
s.version='2.5.5'
s.license={:type=>"MIT",:file=>"LICENSE"}
s.summary='HDCommonTools,一句代码即可实现多种常用功能.A short code can achieve a variety of commonly used functions.'
s.homepage='https://github.com/DamonHu/HDCommonTools'
s.authors={'DamonHu'=>'dong765@qq.com'}
s.source={:git=>"https://github.com/DamonHu/HDCommonTools.git",:tag=>s.version}
s.requires_arc=true
s.ios.deployment_target='9.0'
s.source_files="HDCommonTools/HDCommonTools/SimulateIDFA/*.{h,m}","HDCommonTools/HDCommonTools/*.{h,m}","HDCommonTools/HDCommonTools/CalenderConverter/*.{h,m}"
s.frameworks='UIKit','Foundation'
end