[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / e / b / 2 / SHPKeyboardAwareness / 2.0.0 / SHPKeyboardAwareness.podspec.json
blob3acab41374e36c627573bc06d092002e772e1dd5
2   "name": "SHPKeyboardAwareness",
3   "version": "2.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Mikkel Selsøe": "mikkel@shape.dk"
10   },
11   "source": {
12     "git": "https://github.com/shapehq/SHPKeyboardAwareness.git",
13     "tag": "2.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
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"
25   ],
26   "frameworks": "UIKit",
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 2.4.7"
30     ]
31   }