blob: b28c74510fb8a26de0a028307dee7a3cd2e45d81 [file] [log] [blame]
{
"name": "adblock_swift",
"version": "0.0.6",
"summary": "adblock_swift is a swift implementation of an adblock parser and matcher.",
"description": "Ported from https://github.com/pmezard/adblock.",
"homepage": "https://github.com/cloudveiltech/adblock-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kent Friesen": "kfreezen@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.15"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/cloudveiltech/adblock-swift.git",
"tag": "0.0.6"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Sources/Exclude",
"swift_version": "5.0"
}