[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / d / 4 / ZOEAlertView / 1.0.9 / ZOEAlertView.podspec.json
blobbcc649f744937d2f89756a7c5eee90d847849f7d
2   "name": "ZOEAlertView",
3   "version": "1.0.9",
4   "summary": "初始化控件改成不定参数个数,同步UIAlertView,支持对指定button设置文字颜色",
5   "description": "It is a ZOEAlertView used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun/ZOEAlertView",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/ZOEAlertView.git",
13     "tag": "1.0.9",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "subspecs": [
25     {
26       "name": "ZOEAlertView",
27       "source_files": "ZOEAlertView/ZOEAlertView/*.{h,m}",
28       "public_header_files": "ZOEAlertView/ZOEAlertView/*.h"
29     }
30   ]