blob: 7a1081243b9636ba8b05a23fc8c5ef209dda773d [file] [log] [blame]
{
"name": "RMUniversalAlert",
"version": "0.7",
"summary": "Wrapper for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions",
"homepage": "https://github.com/ryanmaxwell/RMUniversalAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ryan Maxwell",
"source": {
"git": "https://github.com/ryanmaxwell/RMUniversalAlert.git",
"tag": "0.7"
},
"source_files": [
"RMUniversalAlert.{h,m}",
"RMPopoverPresentationController.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"UIAlertView+Blocks": [
">= 0.9"
],
"UIActionSheet+Blocks": [
">= 0.9"
],
"UIAlertController+Blocks": [
">= 0.9"
]
}
}
]
}