blob: 346adf65b754f72a199a988bdb3d576544b41b56 [file] [log] [blame]
{
"name": "MockUIAlertController",
"version": "3.2.0",
"summary": "Mock alerts and action sheets for iOS unit tests",
"description": "MockUIAlertController lets you mock iOS alerts and action sheets for unit tests.\n\nNo actual alerts are presented. This means:\n\n* The workflow doesn't pause for an action to be selected.\n* Tests are blazing fast.",
"homepage": "https://github.com/jonreid/MockUIAlertController",
"license": "MIT",
"authors": {
"Jon Reid": "jon@qualitycoding.org"
},
"social_media_url": "https://twitter.com/qcoding",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jonreid/MockUIAlertController.git",
"tag": "v3.2.0"
},
"source_files": "Source/MockUIAlertController/*.{h,m}",
"public_header_files": [
"Source/MockUIAlertController/QCOMockAlertVerifier.h",
"Source/MockUIAlertController/QCOMockPopoverPresentationController.h"
],
"requires_arc": true
}