[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / 3 / ICTextView / 2.0.0 / ICTextView.podspec.json
blob88398d860179561ed366eaa9d36970dade7fd79d
2   "name": "ICTextView",
3   "version": "2.0.0",
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 for 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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ivano Bilenchi": "exile@live.it"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "source": {
19     "git": "https://github.com/Exile90/ICTextView.git",
20     "tag": "2.0.0"
21   },
22   "public_header_files": "ICTextView/ICTextView.h",
23   "source_files": "ICTextView/*.{h,m}",
24   "exclude_files": [
25     "screenshot.png",
26     "ICTextViewExample",
27     "ICTextViewExample.xcodeproj"
28   ],
29   "frameworks": [
30     "UIKit",
31     "QuartzCore"
32   ],
33   "requires_arc": true