blob: 05a4b2074b98e3ba510585f36f67c3abf6636291 [file] [log] [blame]
{
"name": "PluralTypes",
"version": "0.1.0",
"summary": "Resolves plural type for a specified quantity.",
"homepage": "https://github.com/gsagadyn/PluralTypes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grzegorz Sagadyn": "sagadyn@gmail.com"
},
"source": {
"git": "https://github.com/gsagadyn/PluralTypes.git",
"tag": "0.1.0"
},
"swift_versions": "5.1",
"platforms": {
"ios": "10.3"
},
"frameworks": "Foundation",
"requires_arc": true,
"source_files": "PluralTypes/Classes/**/*.{swift}",
"resources": "PluralTypes/Assets/**/*.{stringsdict}",
"swift_version": "5.1"
}