blob: 9c04a38f802a48063c38f1ca2c2ea4cc26005c00 [file] [log] [blame]
{
"name": "ICTextView",
"version": "1.0.2",
"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 to many known iOS 7 UITextView bugs\n",
"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": "1.0.2"
},
"public_header_files": "ICTextView/*.h",
"source_files": "ICTextView/*.{h,m}",
"exclude_files": [
"screenshot.png",
"ICTextViewExample",
"ICTextViewExample.xcodeproj"
],
"frameworks": [
"UIKit",
"QuartzCore"
],
"requires_arc": true
}