[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / 8 / 4 / CHGInputAccessoryView / 1.1.0 / CHGInputAccessoryView.podspec.json
blob723bf0d19971d765de1e56a0a39094548dde0b96
2   "name": "CHGInputAccessoryView",
3   "version": "1.1.0",
4   "summary": "Simply build an inputAccessoryView to show above a keyboard.",
5   "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.",
6   "homepage": "https://github.com/grethi/CHGInputAccessoryView",
7   "license": "MIT",
8   "authors": {
9     "Christian Greth": "greth.christian@googlemail.com"
10   },
11   "source": {
12     "git": "https://github.com/grethi/CHGInputAccessoryView.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CHGInputAccessoryView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"