blob: cfcfa09dc654300ea73c3ab60b706fc4c34d9620 [file] [log] [blame]
{
"name": "MGMushParser",
"version": "1.3.0",
"summary": "Create NSAttributedStrings from NSStrings with lightweight Mush markup",
"homepage": "https://github.com/sobri909/MGMushParser",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Matt Greenfield": "matt@bigpaua.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/sobri909/MGMushParser.git",
"tag": "1.3.0"
},
"source_files": "MGMushParser/*.{h,m}",
"frameworks": "CoreText",
"requires_arc": true
}