blob: e411690840af003f7ce9c4f417fa726e5b6570ff [file] [log] [blame]
{
"name": "NSString_stripHtml",
"version": "0.1.0",
"summary": "A NSString category that adds a `stripHtml` method to all NSStrings.",
"description": " A podified version of Leigh McCulloch's NSString_stripHtml category.\n",
"homepage": "http://www.codeilove.com/2011/09/ios-dev-strip-html-tags-from-nsstring.html",
"license": "MIT",
"authors": {
"Kristian Freeman": "kristian@kristianfreeman.com"
},
"source": {
"git": "https://github.com/imkmf/NSString_stripHtml.git",
"tag": "0.1.0"
},
"platforms": {
"ios": null
},
"requires_arc": false,
"source_files": "Classes/ios"
}