blob: 355c3035c113a4fd264fdacb9c22a3435773c4ce [file] [log] [blame]
{
"name": "OnFlyLocalizer",
"platforms": {
"ios": "8.0"
},
"version": "1.0.4",
"summary": "Lightweight library that simplyfying process of on-the-fly application localization",
"description": "Usually it's quite hard to implement on-the-fly language change.\nMain purpose of thisl ibrary is too simplify this process by providing scripts for code generation and parsing.",
"homepage": "https://github.com/IljaKosynkin/OnFlyLocalizer",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ilia Kosynkin": "ilja.kosynkin@gmail.com"
},
"source": {
"git": "https://github.com/IljaKosynkin/OnFlyLocalizer.git",
"tag": "v1.0.4"
},
"source_files": [
"OnFlyLocalizer",
"OnFlyLocalizer/**/*.{h,m,py,swift,sh}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}