blob: 91d732a9b96e247f73dbacd0d3d4fb430967eee9 [file] [log] [blame]
{
"name": "RMUniversalAlert",
"version": "0.1",
"summary": "Wrapper for UIAlertController / UIAlertView / UIActionSheet 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.1"
},
"source_files": "RMUniversalAlert.{h,m}",
"requires_arc": true,
"platforms": {
"ios": null
},
"dependencies": {
"UIAlertView+Blocks": [
],
"UIActionSheet+Blocks": [
],
"UIAlertController+Blocks": [
]
},
"subspecs": [
{
"name": "Core"
}
]
}