[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / e / LocalizedStringKit / 0.2.5 / LocalizedStringKit.podspec.json
blobb7df1c31532ef075399970cc9c7a977667b95bc1
2   "name": "LocalizedStringKit",
3   "version": "0.2.5",
4   "summary": "Generate .strings files directly from your code",
5   "description": "LocalizedStringKit is a tool that lets you write English strings directly into your source code and generate the required .strings files later. No more manually managing string keys or remembering to add them to the strings file later.",
6   "homepage": "https://github.com/microsoft/LocalizedStringKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dale Myers": "dalemy@microsoft.com"
13   },
14   "source": {
15     "git": "https://github.com/microsoft/LocalizedStringKit.git",
16     "tag": "0.2.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Sources/LocalizedStringKit/**/*",
22   "public_header_files": "Sources/LocalizedStringKit/include/**/*.h"