blob: 6ae3ff98920f3d263c394067230967c2c07b0fa9 [file] [log] [blame]
{
"name": "JPAttributedString",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JPAttributedString": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}