Merge branch 'master' into fix_scrollToItem

This commit is contained in:
Sergey 2021-12-21 15:50:35 +03:00 committed by GitHub
commit 9bebb56fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,11 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/WenchaoD/FSPagerView.git", :tag => s.version.to_s } s.source = { :git => "https://github.com/WenchaoD/FSPagerView.git", :tag => s.version.to_s }
s.platform = :ios s.platform = :ios
s.ios.deployment_target = '9.0' s.ios.deployment_target = '8.0'
s.requires_arc = true s.requires_arc = true
s.framework = 'UIKit' s.framework = 'UIKit'
s.source_files = 'Sources/*.{swift,h,m}' s.source_files = 'Sources/*.{swift,h,m}'
s.swift_version = '5.3' s.swift_version = '5.0'
s.cocoapods_version = '>= 1.4.0' s.cocoapods_version = '>= 1.4.0'
end end

View File

@ -1,3 +1,4 @@
// //
// Package.swift // Package.swift
// FSPagerView // FSPagerView