[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / a / 7 / HungryTools / 1.2.5 / HungryTools.podspec.json
blobc34e5557b19992528cc7d09e660af7f854f848ea
2   "name": "HungryTools",
3   "version": "1.2.5",
4   "summary": "Some tools often used.",
5   "description": "Some tools often used, personal.",
6   "homepage": "https://github.com/HungryZ/HungryTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zhanghaichuan": "924320752@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/HungryZ/HungryTools.git",
16     "tag": "1.2.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1.0"
25     ]
26   },
27   "deprecated": true,
28   "subspecs": [
29     {
30       "name": "Macro",
31       "source_files": "HungryTools/Classes/Macro/**/*"
32     },
33     {
34       "name": "Category",
35       "source_files": "HungryTools/Classes/Category/**/*"
36     },
37     {
38       "name": "ZHCTextField",
39       "source_files": "HungryTools/Classes/ZHCTextField/**/*",
40       "dependencies": {
41         "HungryTools/Category": [
43         ],
44         "HungryTools/Macro": [
46         ]
47       },
48       "resource_bundles": {
49         "Resource": [
50           "HungryTools/Assets/Resource/*.png"
51         ]
52       }
53     }
54   ]