tbointeractive / bytes

bytes is a set of Swift tools to cover many all-day tasks in iOS development.
MIT License
7 stars 1 forks source link

Add Swift version to Podspec #39

Open thorstenstark opened 5 years ago

thorstenstark commented 5 years ago

We should explicitly set the supported Swift version in Podspec file to avoid possible errors when integrating into a project that uses a different Swift version.

thorstenstark commented 5 years ago

https://blog.cocoapods.org/CocoaPods-1.4.0/ -> "Note: The usage of the .swift-version file as well as the --swift-version parameter during lint is now deprecated."