[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 0 / FuzzyMatchingSwift / 0.2.0 / FuzzyMatchingSwift.podspec.json
blob16aba0506984bb2283bd4e9b0819f8a4b41b6315
2   "name": "FuzzyMatchingSwift",
3   "version": "0.2.0",
4   "summary": "Fuzzy matching String extensions.",
5   "description": "FuzzyMatchingSwift provides String extensions which allow developers to find similar Strings in 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.2.0"
17   },
18   "social_media_url": "https://twitter.com/seanoshea",
19   "requires_arc": true,
20   "compiler_flags": "-whole-module-optimization",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "watchos": "2.0",
25     "tvos": "9.0"
26   },
27   "source_files": "FuzzyMatchingSwift/Classes/**/*"