[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 1 / 5 / SwiftSyllables / 0.1.8 / SwiftSyllables.podspec.json
blob9af7a6581ee926d1bc831410f1de53fe79308a92
2   "name": "SwiftSyllables",
3   "version": "0.1.8",
4   "summary": "A lightweight syllable counter written in Swift.",
5   "description": "Simple syllable counter written in Swift using a combination of dictionary lookups and heuristic solution. Uses the CMU Pronunciation Dictionary which contains pronounciation transcriptions for over 100,000 words. If the word is found within the pronunciation dictionary, the first valid pronunciation is used to find the number of syllables. If the word is not found within the pronunciation dictionary, SwiftSyllables defaults to a heuristic solution. We used a straightforward implementation of Emre Aydin's heuristic syllable counting algorithm (http://eayd.in/?p=232).",
6   "homepage": "https://github.com/vivqu/SwiftSyllables",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vivian Qu": "elizabeth.v.qu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vivqu/SwiftSyllables.git",
16     "tag": "0.1.8"
17   },
18   "social_media_url": "https://twitter.com/vivqu",
19   "platforms": {
20     "ios": "8.3"
21   },
22   "source_files": "SwiftSyllables/Classes/**/*",
23   "resource_bundles": {
24     "CMUDict": [
25       "SwiftSyllables/Assets/**/cmudict"
26     ]
27   },
28   "swift_versions": [
29     "5.2"
30   ],
31   "swift_version": "5.2"