Latest | 1.0.0-beta.1 |
---|---|
Homepage | https://github.com/jPaolantonio/JPAttributedString |
License | MIT |
Platforms | ios 9.0, requires ARC |
[](https://travis-ci.org/James Paolantonio/JPAttributedString)
⚠️ To use with Swift 3.x and Objective C on <= iOS 10 please ensure you are using >= 3.0.0 ⚠️
⚠️ To use with Swift 4.x on iOS 11 please ensure you are using >= 4.0.0 ⚠️
Installation
JPAttributedString is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'JPAttributedString'
Author
James Paolantonio, @jPaolantonio
License
JPAttributedString is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JPAttributedString", "version": "1.0.0-beta.1", "summary": "A DSL for creating, changing, and using NSAttributedStrings", "description": "Working with NSAttributedStrings can be a pain. JPAttributedString let's you easily create attributed strings on labels and text views.", "homepage": "https://github.com/jPaolantonio/JPAttributedString", "license": { "type": "MIT", "file": "LICENSE" }, "authors": "James Paolantonio", "source": { "git": "https://github.com/jPaolantonio/JPAttributedString.git", "tag": "1.0.0-beta.1" }, "social_media_url": "https://twitter.com/jPaolantonio", "platforms": { "ios": "9.0" }, "requires_arc": true, "source_files": "JPAttributedString/Classes/**/*", "ios": { "frameworks": "UIKit" }, "pushed_with_swift_version": "4.0" }
Wed, 18 Oct 2017 23:20:04 +0000