blob: e47e3dd194805d0ce275a0d4715a0f91ff72a22c [file] [log] [blame]
{
"name": "ARAutocompleteTextView",
"version": "0.0.1",
"summary": "Subclass of UITextView that automatically displays text suggestions in real-time.",
"homepage": "https://github.com/alexruperez/ARAutocompleteTextView",
"screenshots": "https://raw.githubusercontent.com/alexruperez/ARAutocompleteTextView/master/ARTextViewAutocompletion.png",
"license": "MIT",
"authors": {
"alexruperez": "contact@alexruperez.com"
},
"social_media_url": "https://twitter.com/alexruperez",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/alexruperez/ARAutocompleteTextView.git",
"tag": "0.0.1"
},
"source_files": [
"ARAutocompleteTextView",
"Classes/*.{h,m}"
],
"requires_arc": true
}