blob: 387d1cfc3d96fc77e2813f6cb5057570de386ba7 [file] [log] [blame]
{
"name": "JPAttributedString",
"version": "0.1.8",
"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.8"
},
"social_media_url": "https://twitter.com/jPaolantonio",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JPAttributedString/Classes/**/*",
"ios": {
"frameworks": "UIKit"
}
}