[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 8 / 4 / MDUIKit / 1.5.1 / MDUIKit.podspec.json
bloba9a1b0f17e3f1ba98f0e7832f1170c8f118040c6
2   "name": "MDUIKit",
3   "version": "1.5.1",
4   "summary": "MDUIKit,UI组件",
5   "description": "MDUIKit 存放基础UI控件MDUIKit",
6   "homepage": "http://172.17.3.141/muheda/mobile-sdk-ios-MDUIKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liyongjie": "yj.li@muheda.com"
13   },
14   "source": {
15     "git": "http://git.muheda.com/muheda/mobile-sdk-ios-MDUIKit.git",
16     "tag": "1.5.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "md_uikit/MDUIKit.h",
22   "source_files": "md_uikit/MDUIKit.h",
23   "dependencies": {
24     "Masonry": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "MDAlertView",
31       "subspecs": [
32         {
33           "name": "MDAlertImgView",
34           "source_files": "md_uikit/MDAlertView/MDAlertImgView/*"
35         },
36         {
37           "name": "MDBlockAlertView",
38           "source_files": "md_uikit/MDAlertView/MDBlockAlertView/*"
39         }
40       ]
41     },
42     {
43       "name": "MDQRCodeScanView",
44       "source_files": "md_uikit/MDQRCodeScanView/*",
45       "subspecs": [
46         {
47           "name": "scan",
48           "resources": "md_uikit/MDQRCodeScanView/scan/*.png"
49         }
50       ]
51     },
52     {
53       "name": "MDSegmentAdpterView",
54       "source_files": "md_uikit/MDSegmentAdpterView/*"
55     },
56     {
57       "name": "MDSheetView",
58       "source_files": "md_uikit/MDSheetView/*"
59     }
60   ]