[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 4 / Fuzzywuzzy_swift / 0.0.2 / Fuzzywuzzy_swift.podspec.json
blobd68ccf821e1113daba8fcb51fcb755a134d8a5ea
2   "name": "Fuzzywuzzy_swift",
3   "version": "0.0.2",
4   "summary": "Fuzzy String Matching in Swift using Levenshtein Distance. Inspired by the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy",
5   "description": "Fuzzy String Matching in Swift using Levenshtein Distance. Ported from the python fuzzywuzzy library https://github.com/seatgeek/fuzzywuzzy\nIt supports multiple types of string matching.\nIt has no external dependancies. And thanks to Swift String, it can support multi-language.",
6   "homepage": "https://github.com/lxian/Fuzzywuzzy_swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Li Xian": "lxian2shell@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/lxian/Fuzzywuzzy_swift.git",
20     "tag": "0.0.2",
21     "submodules": true
22   },
23   "source_files": "Fuzzywuzzy_swift/**/*.{h,swift}"