blob: 43e2fc251f62965ffb735f3a2e65e60e131c826d [file] [log] [blame]
{
"name": "SmoothButton",
"version": "0.0.1",
"summary": "A custom buttom subclass of UIControl.",
"swift_version": "4.0",
"description": "A custom Button made in Swift subclass of UIControl to easily style buttons.",
"homepage": "https://github.com/RushanB/SmoothButton",
"license": {
"type": "MIT",
"file": "SmoothButton/LICENSE.md"
},
"authors": {
"Matthew Weldon": "matt@smooth.tech",
"Rushan Benazir": "rush@smooth.tech"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RushanB/SmoothButton.git",
"tag": "0.0.1"
},
"exclude_files": "Classes/Exclude",
"resources": "SmoothButton/**/*.{ttf,xib}"
}