blob: feddf72280760cbde9000656570044560a556e8c [file] [log] [blame]
{
"name": "RadioGroup",
"version": "1.3.3",
"summary": "The missing iOS radio buttons group.",
"homepage": "https://github.com/yonat/RadioGroup",
"screenshots": "https://raw.githubusercontent.com/yonat/RadioGroup/master/Screenshots/RadioGroup.png",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yonat Sharon": "yonat@ootips.org"
},
"social_media_url": "https://twitter.com/yonatsharon",
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/yonat/RadioGroup.git",
"tag": "1.3.3"
},
"source_files": "Sources/*.swift",
"dependencies": {
"SweeterSwift": [
]
},
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(FRAMEWORK_SEARCH_PATHS)"
},
"swift_version": "5.0"
}