/Golondrina

A collection of Swift utilities

Primary LanguageSwiftMIT LicenseMIT

Golondrina

GitHub tag (latest SemVer)

A collection of Swift utilities

Example

To run the example project, clone this repo, and open iOS Example.xcworkspace from the iOS Example directory.

Requirements

Installation

Add this to your project using Swift Package Manager. In Xcode that is simply: File > Swift Packages > Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.

CocoaPods

If you are already using CocoaPods, just add 'Golondrina' to your Podfile then run pod install.

Carthage

If you are already using Carthage, just add to your Cartfile:

github "jlopez/Golondrina" ~> 0.1

Then run carthage update to build the framework and drag the built Golondrina.framework into your Xcode project.

Author

Jesus Lopez

License

Golondrina is available under the MIT license. See the LICENSE file for more information.