blob: eea413b354b9c5a25b13de1b2ca9fe5cfd4c1025 [file] [log] [blame]
{
"name": "OnFlyLocalizer",
"platforms": {
"ios": "8.0"
},
"version": "1.0.5",
"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.5"
},
"source_files": [
"OnFlyLocalizer",
"OnFlyLocalizer/**/*.{h,m,swift}"
],
"preserve_paths": [
"OnFlyLocalizer",
"OnFlyLocalizer/**/*.{sh,py}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}