4 Star 23 Fork 6

QuintGao / GKPageScrollView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Podfile 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
workspace 'GKPageScrollView.xcworkspace'
target 'ObjcExample' do
platform :ios, '9.0'
project 'ObjcExample/ObjcExample.xcodeproj'
pod 'GKPageScrollView', :path => '../GKPageScrollView'
pod 'GKPageSmoothView', :path => '../GKPageScrollView'
pod 'GKNavigationBar'
pod 'Masonry'
pod 'WMPageController'
pod 'MJRefresh'
pod 'JXCategoryViewExt/SubTitleImage'
pod 'JXCategoryViewExt/Indicator/AlignmentLine'
pod 'VTMagic'
end
target 'SwiftExample' do
platform :ios, '9.0'
project 'SwiftExample/SwiftExample.xcodeproj'
use_frameworks!
pod 'GKPageScrollView/Swift', :path => '../GKPageScrollView'
pod 'GKPageSmoothView/Swift', :path => '../GKPageScrollView'
pod 'GKNavigationBarSwift'
pod 'SnapKit'
pod 'MJRefresh'
pod 'WMPageController'
pod 'JXSegmentedViewExt/Number'
pod 'JXSegmentedViewExt/SubTitleImage'
pod 'JXSegmentedViewExt/Indicator/AlignmentLine'
# pod 'JXCategoryViewExt/SubTitleImage'
# pod 'JXCategoryViewExt/Indicator/AlignmentLine'
pod 'VTMagic'
end
post_install do |installer|
# 消除版本警告
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 9.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
end
end
Swift
1
https://gitee.com/QuintGao/GKPageScrollView.git
git@gitee.com:QuintGao/GKPageScrollView.git
QuintGao
GKPageScrollView
GKPageScrollView
master

搜索帮助