[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 0 / 6 / KSKeyboardHandler / 0.1.0 / KSKeyboardHandler.podspec.json
blobd27c79486bd1405c697ea749ea861d171ac6e613
2   "name": "KSKeyboardHandler",
3   "version": "0.1.0",
4   "summary": "This library provides a category for UIView to handle UIKeyboardWillChangeFrameNotification.",
5   "description": "This CocoaPod provides the ability to handle UIKeyboardWillChangeFrameNotification and replace the view position if it is necessary.",
6   "homepage": "https://github.com/KaiJSchaefer/KSKeyboardHandler",
7   "license": "MIT",
8   "authors": {
9     "Kai Schaefer": "kai.j.schaefer@gmx.net"
10   },
11   "source": {
12     "git": "https://github.com/KaiJSchaefer/KSKeyboardHandler.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "KSKeyboardHandler": [
22       "Pod/Assets/*.png"
23     ]
24   }