blob: 1e60f360aa0080cb59a4d76a7a48808ffb98ab4e [file] [log] [blame]
{
"name": "RMUniversalAlert-BlocksKit",
"version": "0.8",
"summary": "Wrapper for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions",
"homepage": "https://github.com/RockyZ/RMUniversalAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Ryan Maxwell",
"source": {
"git": "https://github.com/RockyZ/RMUniversalAlert.git",
"tag": "0.8"
},
"source_files": [
"RMUniversalAlert.{h,m}",
"RMPopoverPresentationController.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"UIAlertController+Blocks": [
">= 0.8"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}
]
}