blob: 9d1ecfe1f08d47f312b1bc22699c87067af79617 [file] [log] [blame]
{
"name": "Typeset",
"version": "2.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.",
"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": "2.0"
},
"source_files": "Classes/*.{h,m}"
}