[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 3 / 8 / RMUniversalAlert-WY / 1.0.2 / RMUniversalAlert-WY.podspec.json
blob3e36f0d9c152ade593e2446c132960dea00daf72
2   "name": "RMUniversalAlert-WY",
3   "version": "1.0.2",
4   "summary": "Wrapper for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions",
5   "homepage": "https://github.com/wyanassert/RMUniversalAlert",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Ryan Maxwell",
11   "source": {
12     "git": "https://github.com/wyanassert/RMUniversalAlert.git",
13     "tag": "1.0.2"
14   },
15   "source_files": [
16     "RMUniversalAlert.{h,m}",
17     "RMPopoverPresentationController.{h,m}"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "UIAlertView+Blocks": [
28           ">= 0.9"
29         ],
30         "UIActionSheet+Blocks": [
31           ">= 0.9"
32         ],
33         "UIAlertController+Blocks": [
34           ">= 0.9"
35         ]
36       }
37     }
38   ]