2 "name": "MockUIAlertController",
4 "summary": "Mock alerts and action sheets for iOS 8 unit tests",
5 "description": "MockUIAlertController lets you mock iOS alerts and action sheets for unit tests, based on the UIAlertController introduced for iOS 8.\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.",
6 "homepage": "https://github.com/jonreid/MockUIAlertController",
9 "Jon Reid": "jon@qualitycoding.org"
11 "social_media_url": "https://twitter.com/qcoding",
16 "git": "https://github.com/jonreid/MockUIAlertController.git",
19 "source_files": "Source/MockUIAlertController/*.{h,m}",
20 "public_header_files": [
21 "Source/MockUIAlertController/QCOMockAlertVerifier.h",
22 "Source/MockUIAlertController/QCOMockPopoverPresentationController.h"