Merge branch 'master' into fix_scrollToItem
This commit is contained in:
commit
9bebb56fc1
|
|
@ -11,11 +11,11 @@ Pod::Spec.new do |s|
|
|||
s.source = { :git => "https://github.com/WenchaoD/FSPagerView.git", :tag => s.version.to_s }
|
||||
|
||||
s.platform = :ios
|
||||
s.ios.deployment_target = '9.0'
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.requires_arc = true
|
||||
s.framework = 'UIKit'
|
||||
s.source_files = 'Sources/*.{swift,h,m}'
|
||||
s.swift_version = '5.3'
|
||||
s.swift_version = '5.0'
|
||||
s.cocoapods_version = '>= 1.4.0'
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
//
|
||||
// Package.swift
|
||||
// FSPagerView
|
||||
|
|
|
|||
Loading…
Reference in New Issue