blob: 63c80fcb5ed9f9b2960252280d1a3a58300a164b [file] [log] [blame]
{
"name": "MNLabelledTextField",
"version": "0.1.0",
"summary": "UITextField subclass that has a label above.",
"description": "Text field that display label once the text field contains some characters. Text for the label is taken from the placeholder.\n",
"homepage": "https://github.com/matnogaj/MNLabelledTextField",
"license": "MIT",
"authors": {
"Mateusz Nogaj": "matnogaj@gmail.com"
},
"source": {
"git": "https://github.com/matnogaj/MNLabelledTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MNLabelledTextField": [
"Pod/Assets/*.png"
]
}
}