blob: bc94b5bc0c52e4a8f441177b34ce9ae7ccb5dc78 [file] [log] [blame]
{
"name": "RMUniversalAlert",
"version": "0.4",
"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.4"
},
"source_files": "RMUniversalAlert.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"UIAlertView+Blocks": [
">= 0.8"
],
"UIActionSheet+Blocks": [
">= 0.8"
],
"UIAlertController+Blocks": [
">= 0.8"
]
}
}
]
}