blob: 78c56e1f8007ecd83a15fae27e78140b7e2be3b4 [file] [log] [blame]
{
"name": "Typeset",
"version": "3.1.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": "3.1.0"
},
"source_files": "Classes/*.{h,m}"
}