blob: 36b2389999fcc2f63515c6ae0eb436fa6e543a6e [file] [log] [blame]
{
"name": "ALTagInputTextField",
"version": "0.1.0",
"summary": "This controll lets you have UITextFeild with tag lookup",
"description": " Control for adding tags with lookup view over keyboard.\n Idea taken from AKTagsInputView.\n",
"homepage": "https://github.com/appleios/ALTagInputTextField",
"license": "MIT",
"authors": {
"Aziz U. Latypov": "vm06lau@mail.ru"
},
"source": {
"git": "https://github.com/appleios/ALTagInputTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"Foundation",
"CoreData"
],
"dependencies": {
"ALDataSource": [
"~> 0.2.2"
]
}
}