blob: 100bed1897256c27a13cb78fc0b71434e578e73a [file] [log] [blame]
{
"name": "CustomButton",
"version": "0.1.1",
"summary": "Custom Button inherited from UIView",
"description": "\"This is Custom Button. Inherited from UIView. Not using UIControl\"",
"homepage": "https://github.com/godpp/CustomButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"": "taylored@naver.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/godpp/CustomButton.git",
"tag": "0.1.1"
},
"source_files": "Sources/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "4.0"
}