blob: bb6c77c60511f5c19dd01add6dbe8d1ccbda1e85 [file] [log] [blame]
{
"name": "HTMLPurifier",
"version": "1.1.4",
"summary": "HTMLPurifier for Objective-C is a framework for standards-compliant HTML filtering.",
"description": "HTMLPurifier for Objective-C is a framework for standards-compliant HTML filtering. Its main purpose is sanitisation of untrusted HTML such as incoming emails or user-supplied markup.",
"homepage": "https://mynigma.org",
"license": {
"type": "GPL with libgit2-style exception"
},
"authors": {
"Edward Z. Yang": "ezyang@cs.stanford.edu",
"Roman Priebe": "roman@mynigma.org",
"Lukas Neumann": "lukas@mynigma.org"
},
"source": {
"git": "https://github.com/Mynigma/HTMLPurifier.git",
"tag": "1.1.4"
},
"social_media_url": "https://www.facebook.com/mynigma",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "HTMLPurifier/**/*.{h,m}",
"public_header_files": "HTMLPurifier/**/*.h",
"resources": "Supporting Files/HTMLPurifierConfig.plist",
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}