blob: a9a1b0f17e3f1ba98f0e7832f1170c8f118040c6 [file] [log] [blame]
{
"name": "MDUIKit",
"version": "1.5.1",
"summary": "MDUIKit,UI组件",
"description": "MDUIKit 存放基础UI控件MDUIKit",
"homepage": "http://172.17.3.141/muheda/mobile-sdk-ios-MDUIKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyongjie": "yj.li@muheda.com"
},
"source": {
"git": "http://git.muheda.com/muheda/mobile-sdk-ios-MDUIKit.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "md_uikit/MDUIKit.h",
"source_files": "md_uikit/MDUIKit.h",
"dependencies": {
"Masonry": [
]
},
"subspecs": [
{
"name": "MDAlertView",
"subspecs": [
{
"name": "MDAlertImgView",
"source_files": "md_uikit/MDAlertView/MDAlertImgView/*"
},
{
"name": "MDBlockAlertView",
"source_files": "md_uikit/MDAlertView/MDBlockAlertView/*"
}
]
},
{
"name": "MDQRCodeScanView",
"source_files": "md_uikit/MDQRCodeScanView/*",
"subspecs": [
{
"name": "scan",
"resources": "md_uikit/MDQRCodeScanView/scan/*.png"
}
]
},
{
"name": "MDSegmentAdpterView",
"source_files": "md_uikit/MDSegmentAdpterView/*"
},
{
"name": "MDSheetView",
"source_files": "md_uikit/MDSheetView/*"
}
]
}