[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / c / 3 / XHGAlertView / 1.3.9 / XHGAlertView.podspec.json
blob7c1d89b885f661f2b560032ccae784315ba7a7ba
2   "name": "XHGAlertView",
3   "version": "1.3.9",
4   "summary": "AlertView,for XHG, supports Custom view",
5   "description": "'XHGAlertView ,小黄狗自定义的AlertView样式弹窗,支持整个弹窗完全由自己绘制,也支持将自己自定义的视图加入到默认的样式中。自定义视图支持包含UITextView/UITextField,能保证输入源不会被键盘遮挡'",
6   "homepage": "https://github.com/gdutxzy/XHGAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gdutxzy": "xiezongyuan@xhg.com"
13   },
14   "source": {
15     "git": "https://github.com/gdutxzy/XHGAlertView.git",
16     "tag": "1.3.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Masonry": [
26     ]
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "frameworks": "UIKit",
33       "dependencies": {
34         "Masonry": [
36         ]
37       },
38       "source_files": [
39         "XHGAlertView/Classes/UIButton+TouchUpInsideBlock.{h,m}",
40         "XHGAlertView/Classes/XHGAlertView.{h,m}"
41       ]
42     },
43     {
44       "name": "customizeMenuView",
45       "frameworks": "UIKit",
46       "dependencies": {
47         "Masonry": [
49         ],
50         "XHGAlertView/Core": [
52         ]
53       },
54       "source_files": [
55         "XHGAlertView/Classes/XHGAlertMenusView.{h,m}",
56         "XHGAlertView/Classes/XHGTextView.{h,m}"
57       ],
58       "resource_bundles": {
59         "XHGAlertView": [
60           "XHGAlertView/Assets/*.png"
61         ]
62       }
63     }
64   ]