[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / 3 / 8 / RMUniversalAlert-WY / 0.0.1 / RMUniversalAlert-WY.podspec.json
blob16da639efc3a6b333c99c9df29ad0af574745b52
2   "name": "RMUniversalAlert-WY",
3   "version": "0.0.1",
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": "0.0.1"
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   ]