[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / b / d / WIKit / 0.2.7 / WIKit.podspec.json
blob786352935342eb3bbbb4c9c8324fb16d17cd4d09
2   "name": "WIKit",
3   "version": "0.2.7",
4   "summary": "拓展基础控件,提高开发效率",
5   "description": "TODO: 拓展基础控件,提高开发效率.",
6   "homepage": "https://gitee.com/wikit/WIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zyp": "me_zyp@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/wikit/WIKit.git",
16     "tag": "0.2.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "WIKit/*.h",
22   "source_files": "WIKit/WIKit.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "WIUtility": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "WICore",
32       "source_files": "WIKit/Base/**/*",
33       "dependencies": {
34         "WIUtility": [
36         ]
37       }
38     }
39   ]