SwiftInterview
Helpers for interviews and apps.
Installation
If you don't have a cocoapods installed, run pod init
when your terminal is on your project.
ScottLydon is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SwiftInterview'
Then run pod install
Open your app from the workspace,
import SwiftInterview
when you want to use it, and enjoy.
TO DO
- Convert all Swift code to Objective C so that Objective C developers can use this library or create a Swift.h file.
- Rename to something less Generic
- Split up into smaller more specific sub modules.