blob: 458c1a7835e514613e2b58805fc6a494a7964b42 [file] [log] [blame]
{
"name": "ISAlertView",
"version": "0.2",
"summary": "A custom iOS7-like alert view with subviews",
"description": " The addSubview is not available in UIAlertView in iOS7 any more. The view hierarchy for this class is\n private and must not be modified.\n As a solution, this class creates an iOS7-style dialog which you can extend with any UIViews or buttons.\n The animations and the looks are copied too and no images or other resources are needed.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/istepanov/ISAlertView",
"authors": "Ilya Stepanov",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/istepanov/ISAlertView.git",
"tag": "0.2"
},
"source_files": "*.{h,m}",
"requires_arc": true
}