blob: adb8c49d677362ced8cda75ba3a76a537727d287 [file] [log] [blame]
{
"name": "SDCAlertView",
"version": "2.5.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Berrevoets": "s.berrevoets@me.com"
},
"summary": "SDCAlertView is a UIAlertView clone with added functionality including a contentView property",
"homepage": "https://github.com/sberrevoets/SDCAlertView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sberrevoets/SDCAlertView.git",
"tag": "v2.5.4"
},
"source_files": "SDCAlertView/Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDCAutoLayout": [
"~> 2.0"
],
"RBBAnimation": [
"~> 0.3"
]
}
}