blob: 0aa9aa05ad1b20f8ea90d7162af385a00f80993a [file] [log] [blame]
{
"name": "IVSWebViewController",
"version": "0.1.1",
"summary": "WKWebViewController is an WKWebView library for Objective-C",
"homepage": "https://github.com/netcanis/IVSWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"netcanis": "netcanis@gmail.com"
},
"source": {
"git": "https://github.com/netcanis/IVSWebViewController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IVSWebViewController/**/*.{h,m,mm}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}