[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / 1 / HaidoraAlertViewManager / 0.1.0 / HaidoraAlertViewManager.podspec.json
blob5354c375de076c97ea7640224924a53c797a8fd7
2   "name": "HaidoraAlertViewManager",
3   "version": "0.1.0",
4   "summary": "A wrapper for alertView.",
5   "description": "A wrapper for alertView,only one api for alertView.",
6   "homepage": "https://github.com/Haidora/HaidoraAlertViewManager",
7   "license": "MIT",
8   "authors": {
9     "liaowei": "598951856@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Haidora/HaidoraAlertViewManager.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Pod/Classes/*"
23     },
24     {
25       "name": "UIAlertView",
26       "source_files": "Pod/Classes/UIAlertView/*",
27       "dependencies": {
28         "HaidoraAlertViewManager/Core": [
30         ]
31       }
32     }
33   ]