blob: b29bcb0354b27b63cb3e2e2a9d62a4f33d1c819c [file] [log] [blame]
{
"name": "CSPHeader",
"version": "0.5.0",
"summary": "CSPHeader parses, manipulates and generates Content-Security-Policy headers.",
"description": "This library parses, manipulates and generates Content-Security-Policy (CSP) headers.\n\nThis is especially useful, when you want to modify a CSP of a web page you display\nin your app and which needs some JavaScript injected.\n\nYou could also build a CSP analyzer or generator app with it.\n\nThis is the first release and may contain some rough edges.\n\nPull requests wellcome!",
"homepage": "https://github.com/tladesignz/CSPHeader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Erhart": "berhart@netzarchitekten.com"
},
"source": {
"git": "https://github.com/tladesignz/CSPHeader.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/tladesignz",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "CSPHeader/Classes/**/*",
"swift_version": "5.0"
}