FormattedDataSource 0.1.2

FormattedDataSource 0.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by luximetr.



  • By
  • luximetr

FormattedDataSource: Simple text formatting in Swift

CI Status
Version
Carthage Compatible
License
Platform
Swift

Text formatting framework written on Swift 4.0.

Features

Features

Example

To run the example project, clone the repo and run pod install from the Example directory first.

FormattedDataSourceDemo: Simple text formatting in Swift

Requirements

  • iOS 8.0+
  • Swift 4.0+
  • Xcode 9.0+

Installation

CocoaPods

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

Carthage

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.

Usage

Import

import FormattedDataSource

Author

luximetr, [email protected]

License

FormattedDataSource is available under the MIT license. See the LICENSE file for more info.