1 Star 0 Fork 1

Murat/DGElasticPullToRefresh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DGElasticPullToRefresh.podspec 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danil Gontovnik 提交于 2016-09-20 12:52 . Release 1.1
Pod::Spec.new do |spec|
spec.name = "DGElasticPullToRefresh"
spec.version = "1.1"
spec.authors = { "Danil Gontovnik" => "[email protected]" }
spec.homepage = "https://github.com/gontovnik/DGElasticPullToRefresh"
spec.summary = "Elastic pull to refresh compontent developed in Swift"
spec.source = { :git => "https://github.com/gontovnik/DGElasticPullToRefresh.git",
:tag => '1.1' }
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.platform = :ios, '8.0'
spec.source_files = "DGElasticPullToRefresh/*.swift"
spec.requires_arc = true
spec.ios.deployment_target = '8.0'
spec.ios.frameworks = ['UIKit', 'Foundation']
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/murat/DGElasticPullToRefresh.git
[email protected]:murat/DGElasticPullToRefresh.git
murat
DGElasticPullToRefresh
DGElasticPullToRefresh
master

搜索帮助