1 Star 0 Fork 0

烺煜/ATRefresh_Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ATRefresh_Swift.podspec 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangws 提交于 2023-04-26 17:03 . fix
Pod::Spec.new do |s|
s.name = 'ATRefresh_Swift'
s.version = '0.2.2'
s.summary = 'Some classes and class category commonly used in iOS rapid development'
s.description = <<-DESC
Some classes and class category commonly used in iOS rapid development.
DESC
s.homepage = 'https://github.com/tianya2416/ATRefresh_Swift.git'
s.license = 'MIT'
s.author = { 'tianya2416' => '1203123826@qq.com' }
s.source = { :git => 'https://github.com/tianya2416/ATRefresh_Swift.git', :tag => s.version }
s.swift_version = '5.0'
s.platform = :ios, '13.0'
s.requires_arc = true
s.source_files = 'Source/*.{h,swift}'
s.dependency 'EmptyDataSet-Swift', '~> 5.0.0'
s.dependency 'MJRefresh','~> 3.4.3'
s.public_header_files = 'Source/ATRefresh_Swift-Bridging-Header.h'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tianya24/ATRefresh_Swift.git
git@gitee.com:tianya24/ATRefresh_Swift.git
tianya24
ATRefresh_Swift
ATRefresh_Swift
master

搜索帮助