blob: ff261facffa85b590536ed06fa6610729a57a0e3 [file] [log] [blame]
{
"name": "EMString",
"version": "0.2.0",
"summary": "EMString makes beautiful NSAttributedString using HTML's markup",
"description": " EMString for Easy Markup String. A simple category on top of NSString using HTML's markup system to abstract the NSAttributedString API. @\"<strong>Apply style with style</strong>\".attributedString ;)\n",
"homepage": "https://github.com/TanguyAladenise/EMString",
"license": "MIT",
"authors": {
"Tanguy Aladenise": "tanguy.alaedenise@gmail.com"
},
"source": {
"git": "https://github.com/TanguyAladenise/EMString.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "EMString"
}