readium / swift-toolkit

A toolkit for ebooks, audiobooks and comics written in Swift
https://readium.org/mobile/
BSD 3-Clause "New" or "Revised" License
225 stars 96 forks source link

fix(cocoapods): fix an issue with podspecs minimum deployment target #307

Closed jspizziri closed 1 year ago

jspizziri commented 1 year ago

increase the minimum deployment target due to SwiftSoup increasing theirs to 11.0.

jspizziri commented 1 year ago

I suppose the other option here is to add a more restrictive version to SwiftSoup. Not sure which you would prefer.

mickael-menu commented 1 year ago

Hi Jacob,

I bumped the minimum version to iOS 11 already in develop.

However I also fixed SwiftSoup to 2.5.3, because 2.6.0 requires Xcode 14 which is not yet available with the GitHub actions: https://github.com/readium/swift-toolkit/blob/563667848b42895acddb25c435b4e2570304cfea/Support/CocoaPods/ReadiumNavigator.podspec#L23