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