[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 4 / LEMUtility / 0.0.8 / LEMUtility.podspec.json
blob9d8ba83f83af1e996854e69984166d52f9738c13
2   "name": "LEMUtility",
3   "version": "0.0.8",
4   "summary": "通用组件",
5   "homepage": "https://github.com/veenveenveen/LEMUtility",
6   "license": "MIT",
7   "authors": {
8     "Himin": "745685567@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/veenveenveen/LEMUtility.git",
15     "tag": "0.0.8"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "source_files": "LEMUtility/LEMUtility.h",
23   "public_header_files": "LEMUtility/LEMUtility.h",
24   "resources": "LEMUtility/LEMUtility.bundle",
25   "subspecs": [
26     {
27       "name": "Base",
28       "source_files": "LEMUtility/Base/**/*.{h,m}",
29       "public_header_files": "LEMUtility/Base/LEMBase.h"
30     },
31     {
32       "name": "Toast",
33       "source_files": "LEMUtility/Toast/**/*.{h,m}",
34       "dependencies": {
35         "LEMUtility/Category": [
37         ]
38       }
39     },
40     {
41       "name": "Category",
42       "source_files": "LEMUtility/Category/**/*.{h,m}"
43     }
44   ]