blob: d5917f293d198176ea7d231936da670ef6a751fd [file] [log] [blame]
{
"name": "Styley",
"version": "0.1.0",
"summary": "Easy custom styling for NSAttributedStrings",
"description": "Instead of having to deal with substring and NSRanges, just tag some parts of you string with a number and provide a custom attributes dictionary for those numbers. Better description soon!",
"homepage": "https://github.com/PimCoumans/Styley",
"license": "MIT",
"authors": {
"Pim Coumans": "pim@pixelrock.nl"
},
"source": {
"git": "https://github.com/PimCoumans/Styley.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/pimcoumans",
"platforms": {
"ios": "7.0"
},
"source_files": "Styley/Classes/**/*",
"public_header_files": "Styley/Classes/*.h"
}