/SmartSwifter

A lightweight, practical extension and tools for Swift.

Primary LanguageSwiftMIT LicenseMIT

SmartSwifter

A lightweight, practical extension and tools for Swift.

Contents

Requirements

  • iOS 9.0+
  • Xcode 10.0+
  • Swift 4.2+

Communication

  • 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.

Installation

CocoaPods

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

Manually

If you prefer not to use either of the aforementioned dependency managers, you can integrate SmartSwifter into your project manually.


Usage

License

SmartSwifter is released under the MIT license. See LICENSE for details.