pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

Swift Package Manager support & updating deployment target #84

Closed ksloginov closed 3 years ago

ksloginov commented 3 years ago

Added a simple Package.swift file to enable SPM in the project.

Also, Xcode 12 complains if libs are having deployment target 'IPHONEOS_DEPLOYMENT_TARGET' set to 8.0, so I've bumped it up to 10.0. (Let me know, if you think it should be 9.0 instead - as the minimal "allowed" by Xcode today)

pronebird commented 3 years ago

@ksloginov thanks for PR. I will have a look over the weekend.

pronebird commented 3 years ago

Hi,

Thanks again for posting this and sorry for being so late to merge this.

This change landed in master via https://github.com/pronebird/UIScrollView-InfiniteScroll/commit/dcfab977259f91a8fe244b9cb61bb886fd97be86

I kept iOS 9 as deployment target because I recall people asking to support very old iOS versions.