blob: 47c88049d55860464f4ceda49c78d319396c19e7 [file] [log] [blame]
{
"name": "STKWebKitViewController",
"version": "0.4.0",
"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.",
"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.4.0"
},
"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"
}