blob: 723bf0d19971d765de1e56a0a39094548dde0b96 [file] [log] [blame]
{
"name": "CHGInputAccessoryView",
"version": "1.1.0",
"summary": "Simply build an inputAccessoryView to show above a keyboard.",
"description": "This pod will help to build an inputAccessoryView as simple and fast as possible. The CHGInputAccessoryView is based on UIToolbar with all its advantages and has some prebuild items like a separator, a textfield, a TextView or flexible and fixed spaces.",
"homepage": "https://github.com/grethi/CHGInputAccessoryView",
"license": "MIT",
"authors": {
"Christian Greth": "greth.christian@googlemail.com"
},
"source": {
"git": "https://github.com/grethi/CHGInputAccessoryView.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CHGInputAccessoryView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}