blob: 8fa79ba283a331ee1a351e8f881f76ea803664e0 [file] [log] [blame]
{
"name": "CustomKeyboardTextField",
"version": "0.1",
"summary": "Provides easy way to make TextField with custom keyboards.",
"description": "CustomKeyboardTextField provides easy way to make TextField with custom keyboards.\n type-safed with Swift feature.",
"homepage": "https://github.com/giginet/CustomKeyboardTextField",
"screenshots": "https://raw.githubusercontent.com/giginet/CustomKeyboardTextField/master/Documentation/Image/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"giginet": "giginet.net@gmail.com"
},
"social_media_url": "http://twitter.com/giginet",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/giginet/CustomKeyboardTextField.git",
"tag": "0.1"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"public_header_files": "Sources/**/*.h",
"requires_arc": true
}