4 Star 23 Fork 6

QuintGao / GKPageScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GKPageScrollView.podspec 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
QuintGao 提交于 2023-05-23 15:40 . 优化,修复bug #127
Pod::Spec.new do |s|
s.name = 'GKPageScrollView'
s.version = '1.8.8'
s.summary = 'iOS UIScrollView嵌套滑动分页视图'
s.homepage = 'https://github.com/QuintGao/GKPageScrollView'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { '高坤' => '1094887059@qq.com' }
s.social_media_url = 'https://github.com/QuintGao'
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/QuintGao/GKPageScrollView.git", :tag => s.version.to_s }
s.swift_version = '5.0'
s.default_subspec = 'Objc'
s.subspec 'Objc' do |ss|
ss.source_files = 'Sources/GKPageScrollView/*.{h,m}'
end
s.subspec 'Swift' do |ss|
ss.source_files = 'Sources/GKPageScrollViewSwift/*.swift'
ss.libraries = 'swiftCoreGraphics'
ss.xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(SDKROOT)/usr/lib/swift',
}
end
end
Swift
1
https://gitee.com/QuintGao/GKPageScrollView.git
git@gitee.com:QuintGao/GKPageScrollView.git
QuintGao
GKPageScrollView
GKPageScrollView
master

搜索帮助