blob: b0070280d3bfffbbb722aee4784b7837e5d15479 [file] [log] [blame]
{
"name": "FilterProviderLib",
"version": "0.0.5",
"summary": "This is a swift implentation of the CV4W filtering engine.",
"swift_versions": "5.0",
"description": "This is a swift implementation of the CV4W filtering engine.",
"homepage": "https://github.com/cloudveiltech/filterproviderlib-apple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kent Friesen": "kfreezen@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.15"
},
"source": {
"git": "https://github.com/cloudveiltech/filterproviderlib-apple.git",
"tag": "0.0.5"
},
"source_files": [
"Sources",
"Sources/**/*.{h,m,swift}"
],
"exclude_files": "Sources/Exclude",
"dependencies": {
"adblock_swift": [
]
},
"swift_version": "5.0"
}