blob: 17d45185fee3d711314bbebbb58b50db8e707d9b [file] [log] [blame]
{
"name": "ltools",
"version": "2.0.1",
"summary": "Tools to help with localising an iOS app.",
"description": "Tools to help with localising an iOS app. Currently this is a header file (L.h) with some convenience macros, and a script (L.rb) to check whether all your keys are included in your strings files.",
"homepage": "https://github.com/percysnoodle/ltools",
"license": "MIT",
"authors": "Simon Booth",
"source": {
"git": "https://github.com/percysnoodle/ltools.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "2.0"
},
"source_files": "src",
"preserve_paths": "bin",
"requires_arc": false
}