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.
- iOS 8.0+
- Swift 4.0+
- Xcode 9.0+
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.2
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.