blob: eb5eeea9f7c8e738c50c8f04f14e957701fa86bc [file] [log] [blame]
{
"name": "SimpleWebviewProgress",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "UIWebView progress interface.",
"homepage": "https://github.com/Chasingdreamboy/SimpleWebviewProgress",
"authors": {
"EricyWang": ""
},
"source": {
"git": "https://github.com/Chasingdreamboy/SimpleWebviewProgress.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "NJKWebViewProgress/NJKWebViewProgress.{h,m}"
},
{
"name": "ProgressView",
"source_files": "NJKWebViewProgress/NJKWebViewProgressView.{h,m}"
}
]
}