[Add] AnywhereUtilCore 1.0.5
[CocoaPods.git] / Specs / 2 / f / 8 / ZZTool / 0.0.1 / ZZTool.podspec.json
blob3d322ddffd9b92e537433e7b8ab6a16ee8652811
2   "name": "ZZTool",
3   "version": "0.0.1",
4   "summary": "zzgo的小工具",
5   "description": "工具包括UIKit,Foundation等的分类,以及网络库和其他工具函数的封装。\n目前只封装了一个网络方面",
6   "homepage": "https://github.com/zzgo/ZZTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zzgo": "zzgocc@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zzgo/ZZTool.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "ZZ/ZZTool/Utility/Network/HZGeneralAPI.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "YYCache": [
29       "~> 1.0.3"
30     ],
31     "YYModel": [
32       "~> 1.0.3"
33     ],
34     "DRDNetworking": [
35       "~> 0.6.1"
36     ]
37   }