blob: c6a987982e677ca5415bc23da2399c8cf4816698 [file] [log] [blame]
{
"name": "SingleLineInput",
"version": "0.9.4",
"summary": "A single line textfield with the same style of telegram website.",
"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",
"homepage": "https://github.com/diogomaximo/SingleLineInput",
"license": "MIT",
"authors": {
"Diogo Maximo": "dcmaximo@gmail.com"
},
"source": {
"git": "https://github.com/diogomaximo/SingleLineInput.git",
"tag": "0.9.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SingleLineInput": [
"Pod/Assets/*.png"
]
}
}