1 Star 0 Fork 0

tgy100/MJRefresh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MJRefresh.podspec 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
wolfcon 提交于 2021-11-30 15:00 . Fix/duplicated async method (#1560)
Pod::Spec.new do |s|
s.name = 'MJRefresh'
s.version = '3.7.5'
s.summary = 'An easy way to use pull-to-refresh'
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
s.license = 'MIT'
s.authors = {'MJ Lee' => '[email protected]'}
s.platform = :ios, '9.0'
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
s.source_files = 'MJRefresh/**/*.{h,m}'
s.exclude_files = 'MJRefresh/include/**'
s.resource = 'MJRefresh/MJRefresh.bundle'
s.requires_arc = true
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tgy100/MJRefresh.git
[email protected]:tgy100/MJRefresh.git
tgy100
MJRefresh
MJRefresh
master

搜索帮助