[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / d / 1 / HaidoraAlertViewManager / 0.1.1 / HaidoraAlertViewManager.podspec.json
blob3806c53a099b3d5334d40fa9d259e556d11bfa33
2   "name": "HaidoraAlertViewManager",
3   "version": "0.1.1",
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.1"
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   ]