[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 0 / FuzzyMatchingSwift / 0.8.1 / FuzzyMatchingSwift.podspec.json
blobdf8a6a0431d294e7982916b4ce17fd0fb00cc8d8
2   "name": "FuzzyMatchingSwift",
3   "version": "0.8.1",
4   "summary": "Fuzzy matching String extensions.",
5   "description": "FuzzyMatchingSwift provides String extensions which allow developers to find similar Strings in Strings and Arrays of Strings.",
6   "homepage": "https://github.com/seanoshea/FuzzyMatchingSwift",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "seanoshea": "oshea.ie@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/seanoshea/FuzzyMatchingSwift.git",
16     "tag": "0.8.1"
17   },
18   "social_media_url": "https://twitter.com/seanoshea",
19   "requires_arc": true,
20   "compiler_flags": "-whole-module-optimization",
21   "platforms": {
22     "ios": "13.2",
23     "osx": "10.15",
24     "watchos": "6.1",
25     "tvos": "13.2"
26   },
27   "source_files": "FuzzyMatchingSwift/Classes/**/*",
28   "swift_versions": "5.0",
29   "swift_version": "5.0"