blob: af70421eb47817ea26ca2db75758cf5126dc5a16 [file] [log] [blame]
{
"name": "STKWebKitViewController",
"version": "0.1.9",
"summary": "Provides a wrapping UIViewController and UINavigationController for WKWebView",
"description": "This project provides a wrapping UIViewController around AppleĀ“s new WKWebView, available as of iOS8 in WebKit. Also included is a wrapping UINavigationController to present the WKWebView modally.\n",
"homepage": "https://github.com/sticksen/STKWebKitViewController",
"screenshots": [
"http://sticki.de/github/STKWebKitViewController/1.png",
"http://sticki.de/github/STKWebKitViewController/2.png"
],
"license": "MIT",
"authors": {
"Marc": "sticki@sticki.de"
},
"source": {
"git": "https://github.com/sticksen/STKWebKitViewController.git",
"tag": "0.1.9"
},
"social_media_url": "https://twitter.com/sticksen",
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": [
"Pod/Assets/**/*.png"
],
"frameworks": "UIKit",
"weak_frameworks": "WebKit"
}