blob: 36593aef6360792ce718130da9ec602ad2b5aa03 [file] [log] [blame]
{
"name": "KeyboardScrollView",
"version": "0.1.0",
"summary": "Textfield with keyboard scroll",
"swift_versions": "5",
"description": "Scroll view is responsible to create generic layer to automatically perform scroll when textfield is covered with keyboard.",
"homepage": "https://github.com/SedrakIgityan/KeyboardScrollView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sedrakigityan2000@gmail.com": "sedrakigityan2000@gmail.com"
},
"source": {
"git": "https://github.com/SedrakIgityan/KeyboardScrollView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KeyboardScrollView/KeyboardScrollView/**/*",
"exclude_files": "KeyboardScrollView/KeyboardScrollView/*.plist",
"module_name": "KeyboardScrollView",
"swift_version": "5"
}