1 Star 0 Fork 3

wangzb/MJRefresh

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
MJRefresh.podspec 546 Bytes
Copy Edit Raw Blame History
wolfcon authored 2020-05-08 17:51 . Update MJRefresh.podspec
Pod::Spec.new do |s|
s.name = 'MJRefresh'
s.version = '3.4.3'
s.summary = 'An easy way to use pull-to-refresh'
s.homepage = 'https://github.com/CoderMJLee/MJRefresh'
s.license = 'MIT'
s.authors = {'MJ Lee' => 'richermj123go@vip.qq.com'}
s.platform = :ios, '8.0'
s.source = {:git => 'https://github.com/CoderMJLee/MJRefresh.git', :tag => s.version}
s.source_files = 'MJRefresh/**/*.{h,m}'
s.resource = 'MJRefresh/MJRefresh.bundle'
s.requires_arc = true
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangzb26/MJRefresh.git
git@gitee.com:wangzb26/MJRefresh.git
wangzb26
MJRefresh
MJRefresh
master

Search