blob: 5477a1424e04ed3dddd06efa5d75e35d3d421d90 [file] [log] [blame]
{
"name": "ZMStringUtil",
"version": "0.1.1",
"summary": "一个字符串工具类",
"description": "一个字符串工具类,校验常用的一些规则,如是否是字母,是否是中文,是否是邮箱",
"homepage": "https://github.com/rookie250/ZMStringUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"周明": "mmix1009@163.com"
},
"source": {
"git": "https://github.com/rookie250/ZMStringUtil.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZMStringUtil/Classes/**/*"
}