blob: 0989fa399c7dbe423b4b472c908d5e67751a2391 [file] [log] [blame]
{
"name": "MockUIAlertViewActionSheet",
"version": "1.0.0",
"summary": "Mock classic alerts and action sheets for unit tests",
"description": "MockUIAlertViewActionSheet lets you mock old-style iOS alerts and action sheets for unit tests, based on the UIAlertView and UIActionSheet.\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/MockUIAlertViewActionSheet",
"license": "MIT",
"authors": {
"Jon Reid": "jon@qualitycoding.org"
},
"social_media_url": "https://twitter.com/qcoding",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jonreid/MockUIAlertViewActionSheet.git",
"tag": "v1.0.0"
},
"source_files": "TestSupport/*.{h,m}",
"requires_arc": true
}