[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / e / 6 / 2 / Plurals / 1.0.0 / Plurals.podspec.json
blob677b0c4ba8150ed6fcd7a026cfaedc3448ac844d
2   "name": "Plurals",
3   "version": "1.0.0",
4   "swift_versions": "5.0",
5   "summary": "A function that extends String to include the ability to return the plural form of a single word.",
6   "description": "Introduces a function that extends String to include the ability to return the plural form of a single word.",
7   "homepage": "https://github.com/imattice/plurals",
8   "license": "MIT",
9   "authors": {
10     "Ike Mattice": "ikemattice@icloud.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/imattice/plurals.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Plurals",
24     "Plurals/**/*.{h,m,swift}"
25   ],
26   "swift_version": "5.0"