blob: 14e48b93b0b011a6316e4edb77b34698cddc5b26 [file] [log] [blame]
{
"name": "AMRippleButton",
"version": "0.1.0",
"summary": "Ripple effect button for iOS.",
"description": "Simple and easy, ripple effect button for iOS.\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.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "AMRippleButton/Classes/**/*"
}