blob: 466afd9e512f68cfb82052701f94712c21daefc0 [file] [log] [blame]
{
"name": "ARAutocompleteTextView",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"ARAutocompleteTextView",
"Classes/*.{h,m}"
],
"requires_arc": true
}