blob: 6ff62cf3badf0223173965647e92598f6a80abd6 [file] [log] [blame]
{
"name": "XW_UIKit",
"version": "0.0.1",
"summary": "开发中常用的基础的UI控件。",
"description": "收集了 在开发中常用的UI控件,在这里做统一管理 让以后的使用更加方便。",
"homepage": "https://gitee.com/wangzhenzy/XW_UIKit",
"license": "MIT",
"authors": {
"wangzhen": "wangzhen@outlook.com"
},
"source": {
"git": "https://gitee.com/wangzhenzy/XW_UIKit.git",
"tag": "0.0.1"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "IGListContent",
"source_files": "IGListContent/Cells",
"public_header_files": "IGListContent/Cells"
}
]
}