blob: 0dcc41f85a5a8b1a856ec63c74327d2b9f7ac011 [file] [log] [blame]
{
"name": "Rippleable",
"version": "0.1.0",
"summary": "Simple Material Rippleable Button.",
"swift_versions": "5.0",
"description": "A Simple Material Rippleable Button, based by objective-C material-ios design, converting its essential codes into Swift.",
"homepage": "https://github.com/sesang06/Rippleable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sesang06": "sesang06@naver.com"
},
"source": {
"git": "https://github.com/sesang06/Rippleable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Rippleable/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"swift_version": "5.0"
}