| { |
| "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 |
| } |