blob: ed0e544d18302ef572af65fc18c5741227214c54 [file] [log] [blame]
{
"name": "Typeset",
"version": "1.0.0",
"summary": "An convenient and fast approach to create AttributedString",
"description": " I create this repo, beacuse deal with NSAttributedString in ObjectiveC is so painful. And this project is inspired by ruby gem colorize. Use this to deal with string more easily.\n",
"homepage": "https://github.com/Draveness/Typeset",
"license": "MIT",
"authors": {
"Draveness": "stark.draven@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Draveness/Typeset.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/Typeset.h"
}