1 Star 0 Fork 0

赵洋 / AxcBadrock-Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AxcBadrock.podspec 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
赵洋 提交于 2022-11-22 15:09 . feat:重建索引
#
# Be sure to run `pod spec lint AxcAE_TabBar.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "AxcBadrock"
s.version = "3.0.0"
s.summary = "集成了大量类扩展、基类、工具与控件的开发包,能达成快速开发的基础,故名为“基岩”"
s.ios.deployment_target = '10.0'
s.homepage = "https://gitee.com/axc/axc-badrock-swift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "赵新" => "axclogo@163.com" }
s.social_media_url = "http://www.cnblogs.com/axclogo/"
s.source = { :git => "https://gitee.com/axc/axc-badrock-swift.git", :tag => s.version }
s.source_files = 'AxcBadrock-Swift/AxcBadrock/**/*.{swift}'
s.resource = 'AxcBadrock-Swift/AxcBadrock/Resources/AxcBadrock.bundle'
s.requires_arc = true
end
Swift
1
https://gitee.com/axc/axc-badrock-swift.git
git@gitee.com:axc/axc-badrock-swift.git
axc
axc-badrock-swift
AxcBadrock-Swift
master

搜索帮助