blob: 731c2af36913f21ddcd2c39874508b4ea41396bb [file] [log] [blame]
{
"name": "Keyboarder",
"version": "0.0.5",
"summary": "Handy Keyboard handling in swift",
"description": "Keyboard handling with many features by just a line of code!",
"homepage": "https://github.com/aarashgoodarzi/Keyboarder",
"license": "MIT",
"authors": {
"Arash Goodarzi": "aarash.goodarzi@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/aarashgoodarzi/Keyboarder.git",
"tag": "0.0.5"
},
"source_files": "Keyboarder/Source/*.{swift}",
"frameworks": "UIKit",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}