blob: 675d6359d32c67f8195745b0a34bbe6fd9e7048d [file] [log] [blame]
{
"name": "Nova",
"version": "0.0.7",
"summary": "A lightweight HTML container.",
"description": "Nova is a lightweight HTML container for iOS that provides some native abilities to JavaScript in WKWebView.",
"homepage": "https://github.com/xnth97/Nova",
"license": "MIT",
"authors": {
"Yubo Qin": "xnth97@live.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xnth97/Nova.git",
"tag": "0.0.7"
},
"source_files": [
"Nova",
"Nova/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"WebKit"
]
}