blob: 12b14687631687c012820cd3253cb2f0822b5420 [file] [log] [blame]
{
"name": "AHAlertView",
"version": "0.0.2",
"summary": "`AHAlertView` is a powerful, block-based alternative to UIKit's `UIAlertView`.",
"homepage": "https://github.com/warrenm/AHAlertView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Warren Moore": "wm@warrenmoore.net"
},
"source": {
"git": "https://github.com/zhigang1992/AHAlertView.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Class",
"AHAlertView/**/*.{h,m}"
],
"public_header_files": "AHAlertView/**/*.h",
"resources": "AHAlertView/**/*.png",
"frameworks": "QuartzCore",
"requires_arc": true
}