blob: d2737b09301bc46bc0ce67e087f7c0b7b85eff5d [file] [log] [blame]
{
"name": "KeyboardKit",
"version": "0.2.0",
"summary": "KeyboardKit can be used to create keyboard extensions for iOS.",
"description": "KeyboardKit is a Swift library that can be used to create keyboard extensions for iOS.\nIt has built-in support for creating an emoji keyboard, and for displaying the emojis\nin a collection view in the main app as well.",
"homepage": "https://github.com/danielsaidi/KeyboardKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/KeyboardKit.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "8.0"
},
"source_files": "KeyboardKit/Classes/**/*"
}