[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / b / d / WIKit / 0.1.9 / WIKit.podspec.json
blobc7f636ba4eebed35c58824b9f7c5fdd2c5d62cb4
2   "name": "WIKit",
3   "version": "0.1.9",
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.9"
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   ]