[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / d / CYAlertController / 1.0.1 / CYAlertController.podspec.json
blobc549dde5a6d6139377551b1995d1e1154617a41d
2   "name": "CYAlertController",
3   "version": "1.0.1",
4   "summary": "高仿系统 alert controller,提供多种转场动画",
5   "description": "高仿系统 alert controller,提供多种转场动画,使用Masonry自动布局",
6   "homepage": "https://github.com/Hcy91425/CYAlertController",
7   "license": {
8     "type": "MIT License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hcy91425": "hcy13055214@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/Hcy91425/CYAlertController.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "CYAlertController/*",
23     "CYAlertController/Category/*",
24     "CYAlertController/CYAlertView/*",
25     "CYAlertController/CYAlertPresentAnimator/*",
26     "CYAlertController/CYAlertDismissAnimator/*"
27   ],
28   "resources": "CYAlertController/CYAlertView/*.bundle",
29   "requires_arc": true,
30   "dependencies": {
31     "Masonry": [
33     ]
34   }