4 "summary": "UITextView subclass with optimized support for string/regex search and highlighting.",
5 "description": " **ICTextView** is a UITextView subclass. Features:\n\n * Support for string and regex search and highlighting\n * Highly customizable\n * Doesn't use delegate methods (you can still implement your own)\n * Methods to account for contentInsets in iOS 7\n * Workarounds to many known iOS 7 UITextView bugs\n",
6 "homepage": "https://github.com/Exile90/ICTextView",
7 "screenshots": "https://github.com/Exile90/ICTextView/raw/master/screenshot.png",
13 "Ivano Bilenchi": "exile@live.it"
19 "git": "https://github.com/Exile90/ICTextView.git",
22 "public_header_files": "ICTextView/*.h",
23 "source_files": "ICTextView/*.{h,m}",
27 "ICTextViewExample.xcodeproj"