[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 0 / 1 / XW_UIKit / 0.0.1 / XW_UIKit.podspec.json
blob6ff62cf3badf0223173965647e92598f6a80abd6
2   "name": "XW_UIKit",
3   "version": "0.0.1",
4   "summary": "开发中常用的基础的UI控件。",
5   "description": "收集了 在开发中常用的UI控件,在这里做统一管理 让以后的使用更加方便。",
6   "homepage": "https://gitee.com/wangzhenzy/XW_UIKit",
7   "license": "MIT",
8   "authors": {
9     "wangzhen": "wangzhen@outlook.com"
10   },
11   "source": {
12     "git": "https://gitee.com/wangzhenzy/XW_UIKit.git",
13     "tag": "0.0.1"
14   },
15   "dependencies": {
16     "Masonry": [
17       "~> 1.1.0"
18     ]
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   },
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "subspecs": [
28     {
29       "name": "IGListContent",
30       "source_files": "IGListContent/Cells",
31       "public_header_files": "IGListContent/Cells"
32     }
33   ]