[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 7 / b / d / WIKit / 0.1.7 / WIKit.podspec.json
blobc4a65e1271d3272da89e288f5f36d651ca1665a6
2   "name": "WIKit",
3   "version": "0.1.7",
4   "summary": "拓展基础控件,提高开发效率",
5   "description": "TODO: 拓展基础控件,提高开发效率.",
6   "homepage": "https://github.com/wikit-zyp/WIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zyp": "me_zyp@163.com"
13   },
14   "source": {
15     "git": "https://github.com/wikit-zyp/WIKit.git",
16     "tag": "0.1.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   "subspecs": [
25     {
26       "name": "WICore",
27       "source_files": "WIKit/Base/**/*",
28       "dependencies": {
29         "WIKit/Utility": [
31         ]
32       }
33     },
34     {
35       "name": "Utility",
36       "source_files": "WIKit/Utility/**/*"
37     }
38   ]