[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 0 / AXAlertView / 0.1.1 / AXAlertView.podspec.json
blob73ed6cc928042d08d7a2ce02f02334b512d559ea
2   "name": "AXAlertView",
3   "version": "0.1.1",
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.1"
20   },
21   "source_files": "AXAlertView/AXAlertView/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AXAnimationChain": [
26     ]
27   }