[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 3 / XHGAlertView / 1.1.0 / XHGAlertView.podspec.json
blob7a02d8e444aa20f8a68e13f55d5bdcc1c732591b
2   "name": "XHGAlertView",
3   "version": "1.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XHGAlertView/Classes/**/*",
22   "resource_bundles": {
23     "XHGAlertView": [
24       "XHGAlertView/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Masonry": [
31     ]
32   }