TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2017 |
SwiftSwift Version | 4.0 |
SPMSupports SPM | ✗ |
Maintained by luximetr.
Text formatting framework written on Swift 4.0.
Features |
---|
To run the example project, clone the repo and run pod install
from the Example directory first.
FormattedDataSource is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'FormattedDataSource'
Then, run the following command:
$ pod install
To integrate FormattedDataSource into your Xcode project using Carthage, specify it in your Cartfile
:
github "luximetr/FormattedDataSource" ~> 0.1.1
Run carthage update
to build the framework and drag the built FormattedDataSource.framework
into your Xcode project.
import FormattedDataSource
luximetr, [email protected]
FormattedDataSource is available under the MIT license. See the LICENSE file for more info.