[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 7 / HungryTools / 1.4.2 / HungryTools.podspec.json
blob0573cf19e5c4c7f07588e7d6af6995b535ed7195
2   "name": "HungryTools",
3   "version": "1.4.2",
4   "summary": "Some common tools",
5   "description": "Some tools often used.",
6   "homepage": "https://github.com/HungryZ/HungryTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hungry": "924320752@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/HungryZ/HungryTools.git",
16     "tag": "1.4.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": [
22     "UITool",
23     "Category"
24   ],
25   "subspecs": [
26     {
27       "name": "Macro",
28       "source_files": "HungryTools/Classes/Macro/**/*"
29     },
30     {
31       "name": "Category",
32       "source_files": "HungryTools/Classes/Category/**/*"
33     },
34     {
35       "name": "UITool",
36       "source_files": "HungryTools/Classes/UITool/**/*",
37       "resource_bundles": {
38         "Resource": [
39           "HungryTools/Assets/Resource/**/*"
40         ]
41       }
42     }
43   ]