blob: 9a71fd355cb33de5098479aeb7239e8188a39578 [file] [log] [blame]
{
"name": "N42WebView",
"version": "0.1.3",
"summary": "In-app browser based WKWebView",
"description": "In-app browser based WKWebView. swift 2.0, >= iOS 8.0",
"homepage": "https://github.com/n42corp/N42WebView",
"license": "MIT",
"authors": {
"ChangHoon Jung": "iamseapy@gmail.com"
},
"source": {
"git": "https://github.com/n42corp/N42WebView.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"N42WebView": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"WebKit"
]
}