blob: 490b7af8f499d079a07c276ad0f4aad432808259 [file] [log] [blame]
{
"name": "DCustomKeyboard",
"version": "0.0.2",
"summary": "Customizable default iOS keyboard.",
"description": " You can simply add keyboard with any style to your project.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/diniska/CustomKeyboard",
"screenshots": [
"https://raw.githubusercontent.com/diniska/CustomKeyboard/master/Examples/numbers_grid_keyboard_example.png",
"https://raw.githubusercontent.com/diniska/CustomKeyboard/master/Examples/characters_grid_keyboard_example.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "diniska@users.noreply.github.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/diniska/CustomKeyboard.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Examples",
"resources": "Resources/*.png",
"frameworks": "UIKit",
"requires_arc": true
}