[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 0 / AXAlertView / 0.1.0 / AXAlertView.podspec.json
blobe8c2170acb45368cdef2d734a56b0d0f2e63b9db
2   "name": "AXAlertView",
3   "version": "0.1.0",
4   "summary": "A customized alert view.",
5   "description": "A customized alert view. A subclass of UIView. A simple way to show a custom alert view.",
6   "homepage": "https://github.com/devedbox/AXAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aiXing": "862099730@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXAlertView.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "AXAlertView/AXAlertView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AXAnimationChain": [
26     ]
27   }