blob: 07b5712a29bfd9017bf493a8a978f3862972b085 [file] [log] [blame]
{
"name": "CoCoButton",
"version": "0.0.1",
"summary": "CoCoButton is custom Button withoud UIControl.",
"description": "CoCoButton is custom button class (subclass for UIView and without UIControl).",
"homepage": "https://github.com/caution-dev/TIL/tree/master/MyButton/CustomButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caution Kim": "caution.dev@gmail.com"
},
"source": {
"git": "https://github.com/caution-dev/PodRegisterTest.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/*.swift",
"swift_version": "4.0"
}