[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / a / 7 / HungryTools / 1.4.0 / HungryTools.podspec.json
blob0f513ad92cf85065bb56cee93c552fc2adec7f17
2   "name": "HungryTools",
3   "version": "1.4.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Macro",
30       "source_files": "HungryTools/Classes/Macro/**/*"
31     },
32     {
33       "name": "Category",
34       "source_files": "HungryTools/Classes/Category/**/*"
35     },
36     {
37       "name": "ZHCTextField",
38       "source_files": "HungryTools/Classes/ZHCTextField/**/*",
39       "resource_bundles": {
40         "Resource": [
41           "HungryTools/Assets/Resource/*.png"
42         ]
43       }
44     },
45     {
46       "name": "ZHCWebViewController",
47       "source_files": "HungryTools/Classes/ZHCWebViewController/**/*"
48     }
49   ]