blob: dac4daca5f57b59baf05e1aeaa293f80f6ae24d3 [file] [log] [blame]
{
"name": "HJPinyinTransform",
"version": "1.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "Foundation",
"source_files": "HJPinyinTransform/**/*.swift",
"resources": [
"HJPinyinTransform/**/*.storyboard",
"HJPinyinTransform/**/*.xib",
"HJPinyinTransform/**/*.xcassets",
"HJPinyinTransform/**/*.lproj",
"HJPinyinTransform/**/*.txt"
],
"requires_arc": true
}