blob: 0b9cf87060eb591c6a768c6415b45d17d1f75527 [file] [log] [blame]
{
"name": "WebContentView",
"version": "1.0.3",
"summary": "A simple native interface for rendering rich HTML content using a UIWebView.",
"description": "WebContentView provides a simple native interface for rendering rich HTML content in an iPhone app using a UIWebView. It is not designed to work as a embedded web browser for on or offline content, it doesn't load URLs - think of it more as a \"rich\" version of the UITextView, where content can be set using HTML instead of plain text.",
"homepage": "http://charcoaldesign.co.uk/source/cocoa#webcontentview",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"authors": "Nick Lockwood",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/nicklockwood/WebContentView.git",
"tag": "1.0.3"
},
"source_files": "WebContentView/WebContentView.{h,m}",
"requires_arc": false
}