blob: 39216e4ad39a210ca66b15f91dedfe24e018dbbb [file] [log] [blame]
{
"name": "RTAlertView",
"version": "0.0.1",
"summary": "Customizable replacement for iOS 7 UIAlertView",
"license": "MIT",
"homepage": "https://github.com/rtecson/RTAlertView",
"authors": {
"Roland Tecson": "roland@moozx.com"
},
"source": {
"git": "https://github.com/rtecson/RTAlertView.git",
"tag": "0.0.1"
},
"source_files": "RTAlertView/RTAlertView/*.{h,m,xib,xcassets}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"RBBAnimation": [
"0.3.0"
]
}
}