blob: 848ced9de516d9ae523017cc6b83cdf0a89e54d8 [file] [log] [blame]
{
"name": "JPAttributedStringBuilder",
"version": "0.0.1",
"summary": "An easier way to work with JPAttributedStrings",
"description": " A builder for JPAttributedStrings. Makes working working with NSAttributedStrings much easier.\n",
"homepage": "https://github.com/jPaolantonio/JPAttributedStringBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "James Paolantonio",
"social_media_url": "http://twitter.com/jPaolantonio",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jPaolantonio/JPAttributedStringBuilder.git",
"tag": "0.0.1"
},
"source_files": [
"JPAttributedStringBuilder",
"JPAttributedStringBuilder/**/*.{h,m}"
],
"requires_arc": true
}