[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / 4 / LEMUtility / 0.1.0 / LEMUtility.podspec.json
blob667b47c0bf60941b474db68e024a8cd30b4120a3
2   "name": "LEMUtility",
3   "version": "0.1.0",
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.1.0"
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     },
30     {
31       "name": "Category",
32       "source_files": "LEMUtility/Category/**/*.{h,m}"
33     },
34     {
35       "name": "Toast",
36       "source_files": "LEMUtility/Toast/**/*.{h,m}",
37       "dependencies": {
38         "LEMUtility/Category": [
40         ]
41       }
42     },
43     {
44       "name": "Router",
45       "source_files": "LEMUtility/Router/**/*.{h,m}"
46     }
47   ]