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