[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.1.5 / WSBaseKit.podspec.json
blob4c22ac7604cfdc5b5f9191e8da201773b879d608
2   "name": "WSBaseKit",
3   "version": "1.1.5",
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.5"
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         "WebKit"
35       ],
36       "dependencies": {
37         "AFNetworking": [
39         ]
40       }
41     },
42     {
43       "name": "WSBaseProtocol",
44       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
45       "frameworks": "Foundation"
46     },
47     {
48       "name": "WSBaseView",
49       "source_files": "WSBasekit/WSBaseKit/WSBaseView/*.{h,m}",
50       "frameworks": "Foundation",
51       "dependencies": {
52         "WSBaseKit/WSBaseProtocol": [
54         ],
55         "YYKit": [
57         ]
58       }
59     },
60     {
61       "name": "WSCommonTool",
62       "source_files": "WSBasekit/WSBaseKit/WSCommonTool/*.{h,m}",
63       "frameworks": "Foundation"
64     }
65   ]