[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 9 / SingleLineInput / 0.9.8 / SingleLineInput.podspec.json
blob618fc66ff568ef10fdbe751176b475efc0c18c1b
2   "name": "SingleLineInput",
3   "version": "0.9.8",
4   "summary": "A single line textfield with the same style of telegram website.",
5   "description": "                       It's an implementation of Telegram text field used on https://web.telegram.org\n                       * Custom input with one line\n                       * Place holder animation like telegram input\n",
6   "homepage": "https://github.com/diogomaximo/SingleLineInput",
7   "license": "MIT",
8   "authors": {
9     "Diogo Maximo": "dcmaximo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/diogomaximo/SingleLineInput.git",
13     "tag": "0.9.8"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SingleLineInput": [
22       "Pod/Assets/*.png"
23     ]
24   }