ashleymills / Reachability.swift

Replacement for Apple's Reachability re-written in Swift with closures
MIT License
7.94k stars 948 forks source link

SPM - tools 5.2 - specify platforms #362

Closed benji-bou closed 4 years ago

benji-bou commented 4 years ago

Hi,

Could it be possible to specify the availables platforms in Package.swift? For now when installing the package using SPM and trying to compile (on iOS), xCode use the default iOS version 13.4. We are stuck foor projects that needs to support older iOS release, and want to use SPM,

Best

benji-bou commented 4 years ago

oups there is an awaiting PR #360 (duplicate)