| { |
| "name": "ChineseConvert", |
| "version": "0.0.1", |
| "summary": "Chinese Convert offers converting traditional Chinese to simple Chinese or opposite.提供中文繁简体相互转换。", |
| "description": "\n Chinese Convert offers converting traditional Chinese to simple Chinese or opposite.\n \n 提供中文繁简体相互转换。\n\n * [convertManager goToBig5:textString] 简体转换繁体 \n * [convertManager big5ToGb:textString] 繁体转换简体 \n\n", |
| "homepage": "http://yongjia.fm/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lbj96347": "cashlee96347@gmail.com" |
| }, |
| "social_media_url": "http://weibo.com/lbj96347", |
| "source": { |
| "git": "https://github.com/lbj96347/ChineseConvert.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "ConvertCore/**/*.{h,m}" |
| ], |
| "resources": "TextResources/*.txt", |
| "requires_arc": true |
| } |