blob: 651ef00d5d08ac70550774e3e9e1b2a8e370d8ff [file] [log] [blame]
{
"name": "PinyinLabelExtension",
"version": "0.1.1",
"swift_version": "4.2",
"summary": "An iOS custom UILabel that can display Chinese pinyin with tone above.",
"description": "An iOS custom UILabel that can display Chinese pinyin with tone above.\nIt take 1, 2, 3, 4 as the tone value after the pinyin.",
"homepage": "https://github.com/LostInIreland/Pinyin-UILabel-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lost In Ireland": "edward.money@hotmail.com"
},
"source": {
"git": "https://github.com/LostInIreland/Pinyin-UILabel-iOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PinyinLabelExtension/Classes/**/*"
}