[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 9 / b / ZJCache / 1.0.2 / ZJCache.podspec.json
blob37ece0ae84557c72d71921affe1c33c9b60b55ba
2   "name": "ZJCache",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "缓存类",
6   "homepage": "https://git.oschina.net/xinghun/ZJCache",
7   "authors": {
8     "zhoujie": "454071867@qq.com"
9   },
10   "source": {
11     "git": "https://git.oschina.net/xinghun/ZJCache.git",
12     "tag": "1.0.2"
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   }