blob: b2274f51afaa51757a3f84ac8751cc4797907b70 [file] [log] [blame]
{
"name": "Parlance",
"version": "1.0",
"summary": "Convenient, scalable, type-safe localization for Swift iOS projects.",
"description": "Parlance provides a convenient and type-safe way to localize and pluralize a project. Use enums instead of the standard hard coded strings. Ability to break up localization into separate modules for cleanliness.",
"homepage": "https://github.com/Rivukis/Parlance",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Radebaugh": "Rivukis@gmail.com"
},
"source": {
"git": "https://github.com/Rivukis/Parlance.git",
"tag": "1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Parlance/Source/*",
"pushed_with_swift_version": "3.0"
}