blob: c0c16170e54027c40459fa58641ebaaf54633482 [file] [log] [blame]
{
"name": "HTMLPurifier",
"version": "1.0.0",
"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.0.0"
},
"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"
}