blob: a030047a7308e208191e71119c9dcab84d172953 [file] [log] [blame]
{
"name": "IVSWebViewController",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IVSWebViewController/**/*.{h,m,mm}",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}