blob: c51c634191e7bf8490c7bca4204e1dd8eaaf4b96 [file] [log] [blame]
{
"name": "SDCAlertView",
"version": "0.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Berrevoets": "s.berrevoets@me.com"
},
"summary": "SDCAlertView adds a contentView property to a pixel-for-pixel clone of UIAlertView",
"homepage": "https://github.com/Scott90/SDCAlertView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Scott90/SDCAlertView.git",
"tag": "v0.9"
},
"source_files": [
"SDCAlertView/SDCAlertView.{h,m}",
"SDCAlertView/SDCAlertViewController.{h,m}",
"SDCAlertView/SDCAlertViewContentView.{h,m}",
"SDCAlertView/SDCAlertViewBackgroundView.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDCAutoLayout": [
],
"RBBAnimation": [
]
}
}