[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / b / 9 / ltools / 1.0 / ltools.podspec.json
blobea7a1ea7bc0a52def9a630237fa64cf3875c9caf
2   "name": "ltools",
3   "version": "1.0",
4   "summary": "Tools to help with localising an iOS app.",
5   "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.sh) to check whether all your keys are included in your strings files.  Use of L.sh requires the installation of 'ack'; if you have homebrew installed you can do this with 'brew install ack'.",
6   "homepage": "https://github.com/percysnoodle/ltools",
7   "license": "MIT",
8   "authors": "Simon Booth",
9   "source": {
10     "git": "https://github.com/percysnoodle/ltools.git",
11     "tag": "1.0"
12   },
13   "platforms": {
14     "ios": "2.0"
15   },
16   "source_files": "src",
17   "preserve_paths": "bin",
18   "requires_arc": false