blob: fdc7247657c66b47e9d03c834ffd68a65432a7f9 [file] [log] [blame]
{
"name": "RMUniversalAlert-WY",
"version": "1.0.1",
"summary": "Wrapper for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions",
"homepage": "https://github.com/wyanassert/RMUniversalAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ryan Maxwell",
"source": {
"git": "https://github.com/wyanassert/RMUniversalAlert.git",
"tag": "1.0.1"
},
"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"
]
}
}
]
}