[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 5 / LFKit / 1.0.4 / LFKit.podspec.json
blobf9f8a71cfffd492eae66efadbcce092fe96696ee
2   "name": "LFKit",
3   "version": "1.0.4",
4   "summary": "常用工具组件",
5   "description": "常用工具组件",
6   "homepage": "https://github.com/zhanglinfeng/LFKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张林峰": "1051034428@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhanglinfeng/LFKit.git",
16     "tag": "1.0.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "YYWebImage": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Category",
30       "source_files": "LFKit/LFKit/Category/*"
31     },
32     {
33       "name": "Util",
34       "source_files": "LFKit/LFKit/Util/*"
35     },
36     {
37       "name": "LFBadge",
38       "source_files": "LFKit/LFKit/Component/LFBadge/*"
39     },
40     {
41       "name": "Component",
42       "source_files": "LFKit/LFKit/Component/**/*"
43     }
44   ]