[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / 7 / MockUIAlertViewActionSheet / 1.0.0 / MockUIAlertViewActionSheet.podspec.json
blob0989fa399c7dbe423b4b472c908d5e67751a2391
2   "name": "MockUIAlertViewActionSheet",
3   "version": "1.0.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.0.0"
18   },
19   "source_files": "TestSupport/*.{h,m}",
20   "requires_arc": true