blob: d52e35ef703c1fd69f5d4fa8df3088870b90ddb3 [file] [log] [blame]
{
"name": "XiangHongUIKit",
"version": "0.0.2",
"summary": "XiangHongUIKit,界面ui集合。",
"description": "XiangHongUIKit是界面UI集合,里面存放不同类型的ui控件。",
"homepage": "https://github.com/xh1130485186/XHUIKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xianghong": "1130485186@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xh1130485186/XHUIKit.git",
"tag": "0.0.2"
},
"resources": "UIComponent/xhkit.ui.bundle",
"requires_arc": true,
"dependencies": {
"XiangHongKit": [
]
},
"subspecs": [
{
"name": "XHButton",
"source_files": "UIComponent/XHButton/*.{h,m}"
},
{
"name": "XHContainer",
"source_files": "UIComponent/XHContainer/*.{h,m}"
}
]
}