blob: bbe99c63ccffb414f0929d34ba95ffea141c36ce [file] [log] [blame]
{
"name": "SHPKeyboardAwareness",
"version": "3.1.0",
"summary": "Handle and avoid the keyboard obstructing your views in a very easy and robust way.",
"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.",
"homepage": "https://github.com/shapehq/SHPKeyboardAwareness",
"license": "MIT",
"authors": {
"Philip Bruce": "philip@shape.dk"
},
"source": {
"git": "https://github.com/shapehq/SHPKeyboardAwareness.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}",
"public_header_files": [
"Source/SHPKeyboardAwareness.h",
"Source/SHPKeyboardAwarenessClient.h",
"Source/SHPKeyboardEvent.h",
"Source/SHPKeyboardAwarenessObserver.h"
],
"frameworks": "UIKit"
}