blob: 13ee15c5a40dbc99d64f481118dd251be0aea090 [file] [log] [blame]
{
"name": "SmoothButton",
"version": "0.0.2",
"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://cocoapods.org/pods/SmoothButton",
"license": {
"type": "MIT",
"file": "SmoothButton/LICENSE.md"
},
"authors": {
"Matthew Weldon": "matt@smooth.tech",
"Rushan Benazir": "rush@smooth.tech"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/RushanB/SmoothButton.git",
"tag": "0.0.2"
},
"source_files": "SmoothButton/**/*.{swift}",
"resources": "SmoothButton/**/*.{ttf,xib}"
}