Skip to content

koshafandk/FormattedDataSource

 
 

Repository files navigation

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

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.

About

FormattedDataSource

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 92.3%
  • Ruby 5.0%
  • Objective-C 2.7%