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