TODO
- Swift 4.2
- iOS 9.0 or later
Copy the SwiftyExtensionKit folder into your Xcode project. (Make sure you add the files to your target(s))
SwiftyExtensionKit is private pod lib. To install it, simply add the following line to your Podfile:
pod 'SwiftyExtensionKit', git: 'https://github.com/jessecoding/SwiftyExtensionKit.git', branch: 'master'
Add the following line to your Cartfile
github "jessecoding/SwiftyExtensionKit" "master"
SwiftyExtensionKit is available under the MIT license. See the LICENSE file for more info.