[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / d / WSBaseKit / 1.1.2 / WSBaseKit.podspec.json
bloba4e11faa12cba4ffa256ff0996304faa0b8cbecc
2   "name": "WSBaseKit",
3   "version": "1.1.2",
4   "summary": "Components common to some projects.",
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.2"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "WSBaseNetwork",
25       "source_files": "WSBaseKit/WSBaseKit/WSBaseNetwork/*.{h,m}",
26       "frameworks": [
27         "UIKit",
28         "Foundation"
29       ]
30     },
31     {
32       "name": "WSBaseProtocol",
33       "source_files": "WSBasekit/WSBaseKit/WSBaseProtocol/*.{h,m}",
34       "frameworks": "Foundation"
35     }
36   ]