[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / c / 2 / ACRKeyboardObserver / 0.2.0 / ACRKeyboardObserver.podspec.json
blob2712a97d2dfa670b440127dfe7172263a189598b
2   "name": "ACRKeyboardObserver",
3   "version": "0.2.0",
4   "summary": "Swift iOS keyboard observer helping you manage keyboard notifications, frame changes and simplifies animations",
5   "description": "ACRKeyboardObserver makes it easy to handle iOS keyboard state changes like WillShow or DidHide. It also does a better job at providing an accurate keyboard frame size, rather than the native callbacks. It's especially useful when dismissing a keyboard interactively.",
6   "homepage": "https://github.com/acrookston/ACRKeyboardObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Crookston": "andrew@caoos.com"
13   },
14   "social_media_url": "http://twitter.com/acr",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/acrookston/ACRKeyboardObserver.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "ACRKeyboardObserver/*.swift",
23   "pushed_with_swift_version": "3.0"