blob: af0ab65e21dc40052c684c9b8b1e197c1150abb2 [file] [log] [blame]
{
"name": "SDCAlertView",
"version": "1.1",
"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/Scott90/SDCAlertView",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Scott90/SDCAlertView.git",
"tag": "v1.1"
},
"source_files": [
"SDCAlertView/SDCAlertView.{h,m}",
"SDCAlertView/SDCAlertView_Private.h",
"SDCAlertView/SDCAlertViewCoordinator.{h,m}",
"SDCAlertView/SDCAlertViewController.{h,m}",
"SDCAlertView/SDCAlertViewContentView.{h,m}",
"SDCAlertView/SDCAlertViewBackgroundView.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDCAutoLayout": [
"~> 2.0"
],
"RBBAnimation": [
"~> 0.3"
]
}
}