blob: 89a9d5b09670487033457dd925740dc5999c6863 [file] [log] [blame]
{
"name": "SDCAlertView",
"version": "2.0",
"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.0"
},
"source_files": "SDCAlertView/Source/*.{h,m}",
"requires_arc": true,
"dependencies": {
"SDCAutoLayout": [
"~> 2.0"
],
"RBBAnimation": [
"~> 0.3"
]
}
}