[Delete] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / 1 / 4 / f / HotBoxUtility / 0.1.0 / HotBoxUtility.podspec.json
blob1af9b20ce85ca3bb2222946345dce1c8617544e5
2   "name": "HotBoxUtility",
3   "version": "0.1.0",
4   "summary": "A short description of HotBoxUtility.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/chenzq1019/HotBoxUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chen zhuqing": "chenzq1019@163.com"
13   },
14   "source": {
15     "git": "https://github.com/chenzq1019/HotBoxUtility.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "exclude_files": "HotBoxUtility/Exclude",
23   "resources": "HotBoxUtility/Assets/Resources/*.png",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "MBProgressHUD": [
28     ],
29     "SDWebImage": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Category",
36       "source_files": "HotBoxUtility/Classes/Category/*.{h,m}",
37       "public_header_files": "HotBoxUtility/Classes/Category/*.h"
38     },
39     {
40       "name": "UIKit",
41       "source_files": "HotBoxUtility/Classes/UIKit/*.{h,m}",
42       "public_header_files": "HotBoxUtility/Classes/UIKit/*.h",
43       "dependencies": {
44         "HotBoxUtility/Category": [
46         ],
47         "MBProgressHUD": [
49         ]
50       }
51     },
52     {
53       "name": "Tools",
54       "source_files": "HotBoxUtility/Classes/Tools/*.{h,m}",
55       "public_header_files": "HotBoxUtility/Classes/Tools/*.h",
56       "dependencies": {
57         "HotBoxUtility/Category": [
59         ]
60       }
61     }
62   ]