[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 2 / f / AHAlertView / 0.0.1 / AHAlertView.podspec.json
blob39ffd85bb935ded70319aec717bfb24fa97bded9
2   "name": "AHAlertView",
3   "version": "0.0.1",
4   "summary": "`AHAlertView` is a powerful, block-based alternative to UIKit's `UIAlertView`.",
5   "homepage": "https://github.com/warrenm/AHAlertView.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Warren Moore": "wm@warrenmoore.net"
12   },
13   "source": {
14     "git": "https://github.com/zhigang1992/AHAlertView.git",
15     "tag": "v0.0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Class",
22     "AHAlertView/**/*.{h,m}"
23   ],
24   "public_header_files": "AHAlertView/**/*.h",
25   "frameworks": "QuartzCore",
26   "requires_arc": true