blob: 1c9dab8fd08a41bb78ba9783ca8ace0e6cc6e51d [file] [log] [blame]
{
"name": "ICTextView",
"version": "2.0.1",
"summary": "UITextView subclass with optimized support for string/regex search and highlighting.",
"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 for many known iOS 7 UITextView bugs.",
"homepage": "https://github.com/Exile90/ICTextView",
"screenshots": "https://github.com/Exile90/ICTextView/raw/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivano Bilenchi": "exile@live.it"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/Exile90/ICTextView.git",
"tag": "2.0.1"
},
"public_header_files": "ICTextView/ICTextView.h",
"source_files": "ICTextView/*.{h,m}",
"exclude_files": [
"screenshot.png",
"ICTextViewExample",
"ICTextViewExample.xcodeproj"
],
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}