[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / d / 5 / 1 / InputHandler / 0.1.0 / InputHandler.podspec.json
blobac376ae292715427107adb3a083535bd61df9c84
2   "name": "InputHandler",
3   "version": "0.1.0",
4   "summary": "Input handler is a helper library that facilitates set on focus an input like UITextField or UITextView in your iOS application.",
5   "description": "                       InputHandler lets manage correctly the keyboard when user taps over an input. Also this class manages the keyboard hiding when user tap outside of input.\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/riosc/InputHandler",
7   "license": "MIT",
8   "authors": {
9     "Carlos Rios": "rioscarlosd@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/riosc/InputHandler.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "InputHandler": [
22       "Pod/Assets/*.png"
23     ]
24   }