[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 9 / SingleLineInput / 1.0.7 / SingleLineInput.podspec.json
blob1c85e66e749f44bb726108691160659a94775d84
2   "name": "SingleLineInput",
3   "version": "1.0.7",
4   "summary": "A single line textfield with float label animation.",
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 float label",
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": "1.0.7"
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   }