blob: a75cfda7066158106e7967f47031b108cf434c86 [file] [log] [blame]
{
"name": "HighlightedWebView",
"version": "1.0.0",
"summary": "WebView subclass that highlights all search results (Safari-style wannabe)",
"description": " `WebView` subclass that highlights all search results (Safari-style wannabe).\n",
"homepage": "https://github.com/Kapeli/HighlightedWebView",
"screenshots": "https://github.com/Kapeli/HighlightedWebView/raw/master/Preview.png",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"Bogdan Popescu": "support@kapeli.com"
},
"social_media_url": "http://twitter.com/kapeli",
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/Kapeli/HighlightedWebView.git",
"tag": "1.0.0"
},
"source_files": "HighlightedWebView/*.{h,m}",
"exclude_files": [
"HighlightedWebView/DHAppDelegate.h",
"HighlightedWebView/DHAppDelegate.m",
"HighlightedWebView/main.m"
],
"frameworks": [
"Foundation",
"Cocoa"
],
"requires_arc": false
}