| { |
| "name": "HJPinyinTransform", |
| "version": "1.0", |
| "swift_version": "4.0", |
| "summary": "A lightweight Swift library supporting convertion between Chinese(both Simplified and Tranditional) characters and Pinyin.", |
| "authors": { |
| "vjieshao": "461128269@qq.com" |
| }, |
| "homepage": "https://github.com/vjieshao/HJPinyinTransform.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/vjieshao/HJPinyinTransform.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": "Foundation", |
| "source_files": "HJPinyinTransform/**/*.swift", |
| "resources": [ |
| "HJPinyinTransform/**/*.storyboard", |
| "HJPinyinTransform/**/*.xib", |
| "HJPinyinTransform/**/*.xcassets", |
| "HJPinyinTransform/**/*.lproj", |
| "HJPinyinTransform/**/*.txt" |
| ], |
| "requires_arc": true |
| } |