A lightweight, practical extension and tools for Swift.
- iOS 9.0+
- Xcode 10.0+
- Swift 4.2+
- If you need help, send me a email.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.1.0+ is required to build SmartSwifter 1.0.0+.
To integrate SmartSwifter into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'SmartSwifter', '~> 1.0.0'
end
Then, run the following command:
$ pod install
If you prefer not to use either of the aforementioned dependency managers, you can integrate SmartSwifter into your project manually.
SmartSwifter is released under the MIT license. See LICENSE for details.