blob: f6822f43a32062efc02bbed10d857bf0261b844e [file] [log] [blame]
{
"name": "HanziPinyin",
"version": "1.0.0",
"summary": "A lightweight Swift library supporting convertion between Chinese(both Simplified and Tranditional) characters and Pinyin.",
"homepage": "https://github.com/teambition/HanziPinyin",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Xin Hong",
"source": {
"git": "https://github.com/teambition/HanziPinyin.git",
"tag": "1.0.0"
},
"source_files": "HanziPinyin/*.swift",
"resource_bundles": {
"HanziPinyin": [
"HanziPinyin/Resources/*.txt"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}