blob: 3ce5603d74b1e69e59cc86e6070131d9ebffc347 [file] [log] [blame]
{
"name": "PressableView",
"version": "0.1.0",
"summary": "A pressable view that responds to presses by shrinking in size; alternative to a UIButton",
"description": "\"A pressable view that responds to presses by shrinking in size. Can be used as an alternative to a UIButton.\"",
"homepage": "https://github.com/linusgeffarth/Pressable-View",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Linus Geffarth": "linus@geffarth.de"
},
"source": {
"git": "https://github.com/linusgeffarth/PressableView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/linusgeffarth",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "PressableView/Classes/**/*",
"frameworks": "UIKit"
}