| { |
| "name": "ORKeyboardReactingApplication", |
| "version": "0.2", |
| "summary": "Use Keyboard Bindings with the iOS Simulator.", |
| "description": "Provides a great API to block based keyboard actions.", |
| "homepage": "https://github.com/orta/ORKeyboardReactingApplication", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "orta": "orta.therox@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/orta/ORSimulatorKeyboardAccessor.git", |
| "tag": "0.2" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "ORKeyboardReactingApplication.{h,m}", |
| "requires_arc": true |
| } |