blob: 37372dc8528fa2630a86f73e6aeba657b6f3e842 [file] [log] [blame]
{
"name": "Nova",
"version": "0.2",
"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.2"
},
"source_files": "Nova/Sources/**/*.{h,m}",
"resource_bundles": {
"Nova": "Nova/Resources/**/*"
},
"frameworks": [
"UIKit",
"WebKit"
]
}