blob: 43da5e5d96b1cd61465b49f8a313fa47a648c27c [file] [log] [blame]
{
"name": "ALTagInputTextField",
"version": "0.1.2",
"summary": "This controll lets you have UITextFeild with tag lookup",
"description": " Control for adding tags with lookup view over keyboard.\n Inspired by 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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"Foundation",
"CoreData"
],
"dependencies": {
"ALDataSource": [
"~> 0.2"
]
}
}