[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / b / 6 / 0 / FuzzyMatchingSwift / 0.6.0 / FuzzyMatchingSwift.podspec.json
blob0b3851cd92a07dd42a78a473fd303515c0626946
2   "name": "FuzzyMatchingSwift",
3   "version": "0.6.0",
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.6.0"
17   },
18   "social_media_url": "https://twitter.com/seanoshea",
19   "requires_arc": true,
20   "compiler_flags": "-whole-module-optimization",
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.10",
24     "watchos": "4.0",
25     "tvos": "10.0"
26   },
27   "source_files": "FuzzyMatchingSwift/Classes/**/*",
28   "pushed_with_swift_version": "4.0"