| { | |
| "name": "WWRadioButton", | |
| "version": "0.1.0", | |
| "summary": "WWRadioButton is like a html radio button. (一個自訂的單選按鈕)", | |
| "homepage": "https://github.com/William-Weng/WWRadioButton", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "翁禹斌(William.Weng)": "linuxice0609@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "ios": { | |
| "vendored_frameworks": "WWRadioButton.framework" | |
| }, | |
| "source": { | |
| "git": "https://github.com/William-Weng/WWRadioButton.git", | |
| "tag": "0.1.0" | |
| }, | |
| "frameworks": "UIKit" | |
| } |