1 Star 2 Fork 1

StevenHu / HKMacros

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
HKMacros.podspec 2.68 KB
一键复制 编辑 原始数据 按行查看 历史
StevenHu 提交于 2020-11-04 17:41 . 补充HKPrefixHeader头文件
#
# Be sure to run `pod lib lint HKMacros.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 = 'HKMacros'
s.version = '0.1.0'
s.summary = 'A short description of HKMacros.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/StevenHuSir/HKMacros'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'StevenHuSir' => '916109796@qq.com' }
s.source = { :git => 'https://github.com/StevenHuSir/HKMacros.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '8.0'
#s.source_files = 'HKMacros/Classes/**/**/*.{h,m}'
# Pod私有库文件夹配置重点(组件源码的分层)
s.source_files = 'HKMacros/Classes/*'
s.subspec 'Categorys' do |ss|
ss.source_files = 'HKMacros/Classes/Categorys/*.{h,m}'
ss.subspec 'Controller' do |sss|
sss.source_files = 'HKMacros/Classes/Categorys/Controller/*.{h,m}'
end
ss.subspec 'Data' do |sss|
sss.source_files = 'HKMacros/Classes/Categorys/Data/*.{h,m}'
end
ss.subspec 'NSString' do |sss|
sss.source_files = 'HKMacros/Classes/Categorys/NSString/*.{h,m}'
end
ss.subspec 'UI' do |sss|
sss.source_files = 'HKMacros/Classes/Categorys/UI/*.{h,m}'
end
ss.subspec 'UIView' do |sss|
sss.source_files = 'HKMacros/Classes/Categorys/UIView/*.{h,m}'
end
end
s.subspec 'Config' do |ss|
ss.source_files = 'HKMacros/Classes/Config/*.{h,m}'
end
s.subspec 'Model' do |ss|
ss.source_files = 'HKMacros/Classes/Model/*.{h,m}'
end
s.subspec 'Other' do |ss|
ss.source_files = 'HKMacros/Classes/Other/*.{h,m}'
end
s.subspec 'UUID' do |ss|
ss.source_files = 'HKMacros/Classes/UUID/*.{h,m}'
end
# s.resource_bundles = {
# 'HKMacros' => ['HKMacros/Assets/*.png']
# }
s.public_header_files = 'Pod/Classes/* * /* * /*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
1
https://gitee.com/Steven_Hu/HKMacros.git
git@gitee.com:Steven_Hu/HKMacros.git
Steven_Hu
HKMacros
HKMacros
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891