Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.19 KB

Legacy.md

File metadata and controls

31 lines (23 loc) · 1.19 KB

Legacy support

If your App doesn't comply with the system version requirements, no worries: you can still use SwiftUIPager.

All you need to do is:

  • Install the framework as specified in the following sections.
  • Add SwiftUI to your target's Link Binary With Libraries phase and make it optional.

Legacy projects with SPM

  • Wrap any reference to Pager with if #available(iOS 13, *) or any other platform and version you may require.

Cocoapods

pod 'SwiftUIPager', :git => 'https://github.com/fermoya/SwiftUIPager.git', :branch => 'legacy-projects'

Swift Package Manager

Legacy projects with SPM

Legacy projects with SPM

Carthage

github "fermoya/SwiftUIPager" "legacy-projects"

Manually

Please, refer to manual installation.