blob: 6f6c2acc6e796a609edbd73bc65b7c8d98dc453b [file] [log] [blame]
{
"name": "adblock_swift",
"version": "0.0.2",
"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"
},
"source": {
"git": "https://github.com/cloudveiltech/adblock-swift.git",
"tag": "0.0.2"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Sources/Exclude"
}