blob: c9a9d05ffc1a32cefb36a93d11651cf179921bb1 [file] [log] [blame]
{
"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"
}