blob: 215b9a677b60e22037f749464726066bc2f06451 [file] [log] [blame]
{
"name": "PXAlertView",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}