blob: 9398363d5a483868300a957297a78a134de020e2 [file] [log] [blame]
{
"name": "TRAutocompleteView",
"version": "1.1",
"summary": "Flexible and highly configurable auto complete view, attachable to any UITextField.",
"homepage": "https://github.com/TarasRoshko/TRAutocompleteView",
"license": "FreeBSD",
"authors": {
"Taras Roshko": "taras.roshko@gmail.com"
},
"source": {
"git": "https://github.com/TarasRoshko/TRAutocompleteView.git",
"tag": "v1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "src",
"requires_arc": true,
"frameworks": "CoreLocation",
"dependencies": {
"AFNetworking": [
"~> 1.3.0"
]
}
}