{
"name": "Keyboard",
"path": "/usr/src/package",
"targets": [
{
"name": "KeyboardTests",
"path": "Tests/KeyboardTests",
"type": "test",
"c99name": "KeyboardTests",
"sources": [
"KeyboardTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"Keyboard"
]
},
{
"name": "Keyboard",
"path": "Sources/Keyboard",
"type": "library",
"c99name": "Keyboard",
"sources": [
"Handlers/BasicKeyboardHandler.swift",
"Handlers/ConstraintKeyboardHandler.swift",
"Handlers/CustomKeyboardHandler.swift",
"Handlers/InsetKeyboardHandler.swift",
"KeyboardHandler.swift",
"KeyboardInfo.swift",
"KeyboardObserver.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"Keyboard"
]
}
],
"products": [
{
"name": "Keyboard",
"type": {
"library": [
"automatic"
]
},
"targets": [
"Keyboard"
]
}
],
"platforms": [
{
"name": "ios",
"version": "11.0"
}
],
"dependencies": [],
"tools_version": "5.2",
"manifest_display_name": "Keyboard"
}