blob: baa666c99c5907f6858c97c364da6dc497b6c838 [file] [log] [blame]
{
"name": "ALTagInputTextField",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"Foundation",
"CoreData"
],
"dependencies": {
"ALDataSource": [
"~> 0.2.4"
]
}
}