[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / 9 / 6 / 7 / MockUIAlertViewActionSheet / 1.1.0 / MockUIAlertViewActionSheet.podspec.json
blob6566854d36b460768ec6e47813599ec5f86affd8
2   "name": "MockUIAlertViewActionSheet",
3   "version": "1.1.0",
4   "summary": "Mock classic alerts and action sheets for unit tests",
5   "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.",
6   "homepage": "https://github.com/jonreid/MockUIAlertViewActionSheet",
7   "license": "MIT",
8   "authors": {
9     "Jon Reid": "jon@qualitycoding.org"
10   },
11   "social_media_url": "https://twitter.com/qcoding",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/jonreid/MockUIAlertViewActionSheet.git",
17     "tag": "v1.1.0"
18   },
19   "source_files": "Source/MockUIAlertViewActionSheet/*.{h,m}",
20   "public_header_files": [
21     "Source/MockUIAlertViewActionSheet/QCOMockAlertViewVerifier.h",
22     "Source/MockUIAlertViewActionSheet/QCOMockActionSheetVerifier.h"
23   ],
24   "requires_arc": true