[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / a / 1 / CCKeyboardControl / 0.6 / CCKeyboardControl.podspec.json
blob94b426e44a40f069b65e4bdbf3a4ee3d4fd74e70
2   "name": "CCKeyboardControl",
3   "version": "0.6",
4   "summary": "Easily add keyboard tracking and dismissal",
5   "description": "CCKeyboardControl allows you to easily enable interactive dismissing of keyboard. Also it provides a simple way to add keyboard dependant animations",
6   "homepage": "https://github.com/ziryanov/CCKeyboardControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Ziryanov": "ivan.ziryanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ziryanov/CCKeyboardControl.git",
16     "tag": "0.6"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "UIView+TKGeometry": [
29     ]
30   },
31   "screenshots": "https://raw.githubusercontent.com/ziryanov/CCKeyboardControl/master/3.gif"