blob: 68deb2486896dfc77ee5256490366f3007a429b5 [file] [log] [blame]
{
"name": "QALocalize",
"version": "0.9.3",
"summary": "iOS Swift framework supporting quality assurance tests of the app with different localizations.",
"description": "QALocalize helps developer / tester to instantly find issues in the layout related to random lengths of strings in different languages.",
"homepage": "https://github.com/mbieda/QALocalize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "mbieda",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mbieda/QALocalize.git",
"tag": "0.9.3"
},
"source_files": [
"QALocalize/*.swift",
"QALocalize/*.storyboard"
],
"requires_arc": true,
"swift_version": "4.2"
}