| { |
| "name": "KLI18n", |
| "version": "0.0.6", |
| "summary": "Provide multilingual support for iOS of KLI18n.", |
| "description": "Provide multilingual support for iOS。\nConvenient to expand other language support", |
| "homepage": "https://github.com/cnwanq/KLI18n", |
| "license": "MIT", |
| "authors": { |
| "cnwanq": "wanqijian@outlook.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/cnwanq/KLI18n.git", |
| "tag": "0.0.6" |
| }, |
| "source_files": [ |
| "KLI18n/Classes/*.{h,m}", |
| "KLI18n/Classes/**/*.{h,m}" |
| ], |
| "resource_bundles": { |
| "KLI18n-Resources": [ |
| "KLI18n/Resources/*.lproj" |
| ] |
| } |
| } |