blob: e8c8be97dae1c8028fff7478d563819629bdfb2a [file] [log] [blame]
{
"name": "ZJHash",
"version": "1.0",
"summary": "常用的hash函数",
"description": " 通过Category的方式为NSString类新增了几个常用Hash函数\n",
"homepage": "https://github.com/Xwoder/ZJHash",
"license": "MIT",
"authors": {
"Xwoder": "xwoder@vip.qq.com"
},
"source": {
"git": "https://github.com/Xwoder/ZJHash.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZJHash": [
"Pod/Assets/*.png"
]
}
}