| { |
| "name": "GTFInternationalization", |
| "version": "0.0.1", |
| "summary": "Internationalization tools.", |
| "homepage": "https://github.com/liuxc123/GTFInternationalization", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "liuxc123": "lxc_work@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/liuxc123/GTFInternationalization.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "src/*.h", |
| "source_files": "src/*.{h,m}", |
| "header_mappings_dir": "src", |
| "header_dir": "GTFInternationalization" |
| } |