[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 8 / b / adblock_swift / 0.0.6 / adblock_swift.podspec.json
blobb28c74510fb8a26de0a028307dee7a3cd2e45d81
2   "name": "adblock_swift",
3   "version": "0.0.6",
4   "summary": "adblock_swift is a swift implementation of an adblock parser and matcher.",
5   "description": "Ported from https://github.com/pmezard/adblock.",
6   "homepage": "https://github.com/cloudveiltech/adblock-swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kent Friesen": "kfreezen@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.15"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/cloudveiltech/adblock-swift.git",
21     "tag": "0.0.6"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.{h,m,swift}"
26   ],
27   "exclude_files": "Sources/Exclude",
28   "swift_version": "5.0"