[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 9 / b / ZJCache / 1.0.0 / ZJCache.podspec.json
blobb05b0549fc29cc2cdeb6662b32a25fc950631cd8
2   "name": "ZJCache",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "缓存类",
6   "homepage": "https://github.com/dale454071867/ZJCaChe",
7   "authors": {
8     "zhoujie": "454071867@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/dale454071867/ZJCaChe.git",
12     "tag": "v1.0.0"
13   },
14   "requires_arc": true,
15   "description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
16   "source_files": "ZJCache/ZJCache/*.{h,m}",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "DDLogger": [
22       "~>1.1.1"
23     ],
24     "ZJUtils": [
25       "~> 1.0.2"
26     ]
27   }