blob: e4dcd87ce3c475c31d434418e62cbbd09a1f0505 [file] [log] [blame]
{
"name": "WebContentView",
"version": "1.1",
"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.1"
},
"source_files": "WebContentView/WebContentView.{h,m}",
"requires_arc": false
}