blob: da1dea64675dc2d41db2144e29ed28e681d276ac [file] [log] [blame]
{
"name": "JPAttributedString",
"version": "0.1.6",
"summary": "A DSL for creating, changing, and using NSAttributedStrings",
"description": "A DSL for creating, changing, and using NSAttributedStrings\n\n* UILabel category",
"homepage": "https://github.com/jPaolantonio/JPAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "James Paolantonio",
"source": {
"git": "https://github.com/jPaolantonio/JPAttributedString.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/jPaolantonio",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JPAttributedString/Classes/**/*",
"frameworks": "UIKit"
}