blob: c487b698e229fd80d95cbdc0ac1fe24b9c934819 [file] [log] [blame]
{
"name": "PXAlertView",
"version": "0.0.3",
"summary": "A drop-in replacement for UIAlertView that is more customisable and skinnable",
"description": "PXAlertView is a UIAlertView replacement similar to the style in iOS 7 but with a block based API and the ability to customise the styling and add custom views.",
"homepage": "https://github.com/alexanderjarvis/PXAlertView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Jarvis": "alex@panaxiom.co.uk"
},
"source": {
"git": "https://github.com/alexanderjarvis/PXAlertView.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}