blob: e2753a1f9206ba7f3f6d084227b898b9c2754b75 [file] [log] [blame]
{
"name": "UIButtonExtension",
"version": "0.4.1",
"summary": "Add checkboxes and radio buttons with this library.",
"description": "This CocoaPods library allows you to use customizable Radio buttons and checkboxes since Swift's UIKit doesn't support these natively",
"homepage": "https://github.com/shadow-of-arman/UIButtonExtension",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Arman": "shadowofarman@hotmail.com"
},
"platforms": {
"ios": "11"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/shadow-of-arman/UIButtonExtension.git",
"tag": "0.4.1"
},
"source_files": [
"Classes",
"UIButtonExtension/*.{h,m,swift}"
],
"resources": "UIButtonExtension/*.xcassets",
"swift_version": "5"
}