| { |
| "name": "XiangHongUIKit", |
| "version": "0.0.4", |
| "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.4" |
| }, |
| "resources": "UIComponent/xhkit.ui.bundle", |
| "requires_arc": true, |
| "dependencies": { |
| "XiangHongKit": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "XHButton", |
| "source_files": "UIComponent/XHButton/*.{h,m}" |
| }, |
| { |
| "name": "UILabel", |
| "source_files": "UIComponent/UILabel/*.{h,m}" |
| }, |
| { |
| "name": "XHTextView", |
| "source_files": "UIComponent/XHTextView/*.{h,m}" |
| }, |
| { |
| "name": "XHContainer", |
| "source_files": "UIComponent/XHContainer/*.{h,m}" |
| }, |
| { |
| "name": "XHHorizontalMenu", |
| "source_files": "UIComponent/XHHorizontalMenu/*.{h,m}" |
| }, |
| { |
| "name": "XHProgressView", |
| "source_files": "UIComponent/XHProgressView/*.{h,m}" |
| }, |
| { |
| "name": "XHChart", |
| "source_files": "UIComponent/XHChart/*.{h,m}" |
| }, |
| { |
| "name": "XHAlertController", |
| "source_files": "UIComponent/XHAlertController/*.{h,m}" |
| }, |
| { |
| "name": "XHDropDownMenu", |
| "dependencies": { |
| "XiangHongUIKit/XHButton": [ |
| |
| ] |
| }, |
| "source_files": "UIComponent/XHDropDownMenu/*.{h,m}" |
| }, |
| { |
| "name": "Theme", |
| "source_files": "UIComponent/Theme/*.{h,m}" |
| } |
| ] |
| } |