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