[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / a / SwiftyStringScore / 0.2.3 / SwiftyStringScore.podspec.json
blob51ba769b2c1f77a1dd84d72045c7cafb0e3c9285
2   "name": "SwiftyStringScore",
3   "version": "0.2.3",
4   "summary": "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect.",
5   "description": "Swift string search and fuzzy ranking. Score of 0 for no match; up to 1 for perfect. SwiftyStringScore is a Swift library which provides fast fuzzy string matching/scoring. Based on the JavaScript library of the same name, by Joshaven Potter.",
6   "homepage": "https://github.com/yichizhang/SwiftyStringScore",
7   "license": "MIT",
8   "authors": {
9     "Yichi Zhang": "zhang-yi-chi@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yichizhang/SwiftyStringScore.git",
13     "tag": "0.2.3"
14   },
15   "social_media_url": "https://twitter.com/nsyichi",
16   "requires_arc": true,
17   "source_files": "Source/**/*",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   }