blob: d11b9381bb7e745807f37e70e2fc18df466132f1 [file] [log] [blame]
{
"name": "PinYinHelper",
"version": "0.0.2",
"summary": "一个与拼音操作相关的swift库",
"homepage": "https://github.com/clint23/PinYinHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"clint": "3243629382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/clint23/PinYinHelper.git",
"tag": "0.0.2"
},
"source_files": "PinYinHelper/PinYinHelper/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}