blob: 350423beb54375234aa48f83fc1656fb07380236 [file] [log] [blame]
{
"name": "Nova",
"version": "0.1.1",
"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.1.1"
},
"source_files": [
"Nova",
"Nova/**/*.{h,m,js}"
],
"frameworks": [
"UIKit",
"WebKit"
]
}