[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.1.3 / WSBaseKit.podspec.json
blob7fb4159a2722a61930b6d523cf8261d55aff337e
2   "name": "WSBaseKit",
3   "version": "1.1.3",
4   "summary": "一套用于快速开发项目的框架",
5   "description": "WSBaseKit 是一套用于快速开发项目的框架",
6   "homepage": "https://gitee.com/taessica/WSBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张聪": "971188623@qq.com.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/taessica/WSBaseKit.git",
19     "tag": "1.1.3"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "WSBaseViewController",
25       "source_files": "WSBasekit/WSBaseKit/WSBaseViewController/*.{h,m}",
26       "frameworks": "Foundation"
27     },
28     {
29       "name": "WSBaseNetwork",
30       "source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
31       "frameworks": [
32         "UIKit",
33         "Foundation"
34       ],
35       "dependencies": {
36         "AFNetworking": [
38         ]
39       }
40     },
41     {
42       "name": "WSBaseProtocol",
43       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
44       "frameworks": "Foundation"
45     },
46     {
47       "name": "WSBaseView",
48       "source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m}",
49       "frameworks": "Foundation",
50       "dependencies": {
51         "WSBaseKit/WSBaseProtocol": [
53         ],
54         "YYKit": [
56         ]
57       }
58     },
59     {
60       "name": "WSCommonTool",
61       "source_files": "WSBasekit/WSBaseKit/WSCommonTool/*.{h,m}",
62       "frameworks": "Foundation"
63     }
64   ]