[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / 6 / 1 / 9 / RMUniversalAlert-BlocksKit / 0.8 / RMUniversalAlert-BlocksKit.podspec.json
blob1e60f360aa0080cb59a4d76a7a48808ffb98ab4e
2   "name": "RMUniversalAlert-BlocksKit",
3   "version": "0.8",
4   "summary": "Wrapper for UIAlertView / UIActionSheet / UIAlertController for targeting all iOS versions",
5   "homepage": "https://github.com/RockyZ/RMUniversalAlert",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Ryan Maxwell",
11   "source": {
12     "git": "https://github.com/RockyZ/RMUniversalAlert.git",
13     "tag": "0.8"
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         "UIAlertController+Blocks": [
28           ">= 0.8"
29         ],
30         "BlocksKit": [
31           "~> 2.2.5"
32         ]
33       }
34     }
35   ]