[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / b / 3 / ICTextView / 1.0.1 / ICTextView.podspec.json
blobf024fd8802305805de16be8cfd91e34fc58b869b
2   "name": "ICTextView",
3   "version": "1.0.1",
4   "summary": "ICTextView is a UITextView subclass with optimized support for string/regex search and highlighting.",
5   "description": "  **ICTextView** is a UITextView subclass. It 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  * Contains 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",
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": "1.0.1"
21   },
22   "public_header_files": "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