marmelroy / Localize-Swift

Swift friendly localization and i18n with in-app language switching
MIT License
3.08k stars 330 forks source link

Add Swift Package Manager Support #148

Closed YurchukV closed 4 years ago

YurchukV commented 4 years ago

Hi, SwiftPM is Swift's official package manager. In the near future it will replace Carthage and CocoaPods.

Here some articles about SwiftPM:

An Introduction to the Swift Package Manager Swift Dependency Management for iOS Getting Started with Swift Package Manager (SwiftPM) Swift.org: Package Manager When your component is compatible with SwiftPM add on your README.md SwiftPM Compatible badge on top and add a section for the installation with SwiftPM.