[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / b / 5 / ZZToggleButton / 0.0.1 / ZZToggleButton.podspec.json
blob49cdc009c9f5db3a0b0f1d24c425fabfb334d1de
2   "name": "ZZToggleButton",
3   "version": "0.0.1",
4   "summary": "A custom subclass of UIButton, provide toggle style and funcion.",
5   "description": "A custom subclass of UIButton, provide toggle style and funcion.\n\nYou can tweak backgroundColor and cornerRadius for different State just as normal UIButton properties (text, color, backgroundImage, etc), in both programmetic or Interface Builder.",
6   "homepage": "https://github.com/zzdjk6/ZZToggleButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Shenghan Chen": "zzdjk6@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zzdjk6/ZZToggleButton.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "ZZToggleButton/*.{h,m}",
23     "LICENSE"
24   ]