blob: 6abc013d447a5a96f515d522332cc1070ad033e1 [file] [log] [blame]
{
"name": "Keyboard+LayoutGuide",
"version": "1.4.1",
"summary": "Apple's missing KeyboardLayoutGuide",
"homepage": "https://github.com/freshOS/KeyboardLayoutGuide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "freshOS",
"source": {
"git": "https://github.com/freshOS/KeyboardLayoutGuide.git",
"tag": "1.4.1"
},
"social_media_url": "https://twitter.com/sachadso",
"source_files": "KeyboardLayoutGuide/KeyboardLayoutGuide/*.swift",
"requires_arc": true,
"platforms": {
"ios": "9"
},
"description": "An alternative approach to handling keyboard in iOS with Autolayout",
"module_name": "KeyboardLayoutGuide",
"swift_versions": [
"4",
"4.1",
"4.2",
"5.0"
]
}