blob: a069c7da07fb8c2edd0238fb88be52fde86985a2 [file] [log] [blame]
{
"name": "KeyboardAvoider",
"version": "1.0.0",
"summary": "The missing interactive keyboard in SwiftUI for iOS",
"description": "The missing interactive keyboard in SwiftUI for iOS.",
"homepage": "https://github.com/michaelhenry/KeyboardAvoider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelhenry": "me@iamkel.net"
},
"source": {
"git": "https://github.com/michaelhenry/KeyboardAvoider.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/michaelhenry119",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/KeyboardAvoider/**/*",
"swift_versions": [
"5.0",
"5.1"
],
"frameworks": [
"UIKit",
"Combine",
"Foundation",
"SwiftUI"
],
"swift_version": "5.1"
}