blob: 0c64b52ca6511e1b249949cbd7c8523b2621289d [file] [log] [blame]
{
"name": "RTAlertView",
"version": "0.0.2",
"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": "v0.0.2"
},
"public_header_files": "RTAlertView/RTAlertView/RTAlertView.h",
"source_files": [
"RTAlertView/RTAlertView",
"RTAlertView/RTAlertView/**/*.{h,m}"
],
"resources": [
"RTAlertView/RTAlertView/**/*.{xib,xcassets}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"RBBAnimation": [
"0.3.0"
]
}
}