blob: a3f78c77536186f1beb69d859249765d7c798ece [file] [log] [blame]
{
"name": "NJKWebViewProgress",
"version": "0.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIWebView progress interface.",
"description": "NJKWebViewProgress is a progress interface library for UIWebView. Currently, UIWebView don't have official progress interface. You can implement progress bar for your in-app browser using this module.",
"homepage": "https://github.com/ninjinkun/NJKWebViewProgress",
"authors": {
"ninjinkun": "ninjin@mac.com"
},
"source": {
"git": "https://github.com/ninjinkun/NJKWebViewProgress.git",
"tag": "v0.1.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NJKWebViewProgress",
"requires_arc": true
}