[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / e / 7 / Nova / 0.2 / Nova.podspec.json
blob37372dc8528fa2630a86f73e6aeba657b6f3e842
2   "name": "Nova",
3   "version": "0.2",
4   "summary": "A lightweight HTML container.",
5   "description": "Nova is a lightweight HTML container for iOS that provides some native abilities to JavaScript in WKWebView.",
6   "homepage": "https://github.com/xnth97/Nova",
7   "license": "MIT",
8   "authors": {
9     "Yubo Qin": "xnth97@live.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xnth97/Nova.git",
16     "tag": "0.2"
17   },
18   "source_files": "Nova/Sources/**/*.{h,m}",
19   "resource_bundles": {
20     "Nova": "Nova/Resources/**/*"
21   },
22   "frameworks": [
23     "UIKit",
24     "WebKit"
25   ]