blob: f16903ae77efe3ffefd177b2376cc43908cd07ff [file] [log] [blame]
{
"name": "SwiftRadioButton",
"version": "0.1.1",
"summary": "Radio button and logic to group them.",
"swift_versions": "4.2",
"description": "Radio buttons component for iOS. It allows to create radio buttons and manage automatically the selection of them.",
"homepage": "https://github.com/MagFer/SwiftRadioButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ian Magarzo": "ian.magfer@gmail.com"
},
"source": {
"git": "https://github.com/MagFer/SwiftRadioButton.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/ianmagarzo",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftRadioButton/Classes/**/*",
"resources": "SwiftRadioButton/Assets/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}