blob: 0a7b93dc0dfe2fdb36bb3b91c42dddeff5fc4ac5 [file] [log] [blame]
{
"name": "RMUniversalAlert-BlocksKit",
"version": "0.7",
"summary": "Wrapper for BlocksKit / 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.7"
},
"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"
]
}
}
]
}