blob: 3acab41374e36c627573bc06d092002e772e1dd5 [file] [log] [blame]
{
"name": "SHPKeyboardAwareness",
"version": "2.0.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": {
"Mikkel Selsøe": "mikkel@shape.dk"
},
"source": {
"git": "https://github.com/shapehq/SHPKeyboardAwareness.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}",
"public_header_files": [
"Source/SHPKeyboardAwareness.h",
"Source/NSObject+SHPKeyboardAwareness.h",
"Source/SHPKeyboardEvent.h",
"Source/SHPKeyboardAwarenessClient.h"
],
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~> 2.4.7"
]
}
}