2 "name": "SHPKeyboardAwareness",
4 "summary": "Handle and avoid the keyboard obstructing your views in a very easy and robust way.",
5 "description": "Get notified when you need to move your text-field / -view.\n Does not require overriding anything. All you need to do is subscribe to a signal\n and you get an offset with which you need to offset your view. Requires Reactive Cocoa.",
6 "homepage": "https://github.com/shapehq/SHPKeyboardAwareness",
9 "Mikkel Selsøe": "mikkel@shape.dk"
12 "git": "https://github.com/shapehq/SHPKeyboardAwareness.git",
19 "source_files": "Source/**/*.{h,m}",
20 "public_header_files": [
21 "Source/SHPKeyboardAwareness.h",
22 "Source/NSObject+SHPKeyboardAwareness.h",
23 "Source/SHPKeyboardEvent.h",
24 "Source/SHPKeyboardAwarenessClient.h"
26 "frameworks": "UIKit",