[Add] DemoTestFramework 1.0.10
[CocoaPods.git] / Specs / f / 5 / 1 / ZHStyleButton / 1.0.0 / ZHStyleButton.podspec.json
blobf5a62ed9ca8f208e73308106ff9a617525a72486
2   "name": "ZHStyleButton",
3   "version": "1.0.0",
4   "summary": "可以设置默认 高亮 不可点击三种状态的按钮",
5   "description": "`ZHStyleButton`是 `UIButton`的子类可以设置 `默认` `高亮` `不可点击`三种状态下面的\n* 边框宽度`boardWidth`\n* 边框颜色`boardColor`\n* 圆角大小`cornerRadius`\n* 背景颜色`backgroundColor`\n* 文本颜色`textColor`",
6   "homepage": "https://github.com/josercc/ZHStyleButton",
7   "license": "MIT",
8   "authors": {
9     "君赏": " josercc@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/josercc/ZHStyleButton.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "ZHStyleButton",
20     "ZHStyleButton/**/*.{h,m}"
21   ],
22   "requires_arc": true