[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 8 / 6 / ZJHash / 1.0 / ZJHash.podspec.json
blobe8c8be97dae1c8028fff7478d563819629bdfb2a
2   "name": "ZJHash",
3   "version": "1.0",
4   "summary": "常用的hash函数",
5   "description": "                       通过Category的方式为NSString类新增了几个常用Hash函数\n",
6   "homepage": "https://github.com/Xwoder/ZJHash",
7   "license": "MIT",
8   "authors": {
9     "Xwoder": "xwoder@vip.qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Xwoder/ZJHash.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ZJHash": [
22       "Pod/Assets/*.png"
23     ]
24   }