blob: bac33a8c0ef9ab04297f1baf78dc0a5c2a92fb36 [file] [log] [blame]
{
"name": "AMRippleButton",
"version": "0.1.1",
"summary": "Ripple effect button for iOS written in Swift.",
"description": "Simple and easy, ripple effect button for iOS.\nWritten in Swift 5.0.\nYou can set border line and corner radius to the UIButton instance.\nNo swift-coding is required, because it's accessible from storyboard or xib.",
"homepage": "https://github.com/asamoya/AMRippleButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kaname ohara": "kaname.ohara@gmail.com"
},
"source": {
"git": "https://github.com/asamoya/AMRippleButton.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "AMRippleButton/Classes/**/*"
}