A collection of Swift utilities
To run the example project, clone this repo, and open iOS Example.xcworkspace from the iOS Example directory.
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.
If you are already using CocoaPods, just add 'Golondrina' to your Podfile
then run pod install
.
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.
Jesus Lopez
Golondrina is available under the MIT license. See the LICENSE file for more information.