[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / b / 6 / PorterStemmer2 / 0.1.0 / PorterStemmer2.podspec.json
blob83467cda13d4e3400941d370d45b284503f55554
2   "name": "PorterStemmer2",
3   "version": "0.1.0",
4   "swift_version": "4.2",
5   "summary": "A Swift wrapper over the Porter Stemmer 2 library",
6   "description": "A Swift wrapper over the Porter Stemmer 2 stemming library, from the official C-ANSI\nlibstemmer library. This offers stemming with every language supported by the\nlibstemmer library and its algorithms.",
7   "homepage": "https://github.com/scaraux/Swift-Porter-Stemmer-2",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Oscar Gotting": "gottingoscar@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/scaraux/Swift-Porter-Stemmer-2.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10"
22   },
23   "source_files": "PorterStemmer2/Classes/**/*"