2 [](http://unmaintained.tech/)
4 > **NOTE:** As of iOS 9, this library is no longer necessary.
6 > You should use [`SFSafariViewController`](https://developer.apple.com/library/prerelease/ios/documentation/SafariServices/Reference/SFSafariViewController_Ref/index.html) instead.
10 # JSQWebViewController
12 [](http://travis-ci.org/jessesquires/JSQWebViewController) [][podLink] [][mitLink] [](https://codecov.io/gh/jessesquires/JSQWebViewController) [](https://github.com/Carthage/Carthage) [][docsLink]
14 *A lightweight Swift WebKit view controller for iOS*
16 
17
18 
28 #### [CocoaPods](http://cocoapods.org) (recommended)
33 # For latest release in cocoapods
34 pod 'JSQWebViewController'
37 #### [Carthage](https://github.com/Carthage/Carthage)
40 github "jessesquires/JSQWebViewController"
45 Read the [docs][docsLink]. Generated with [jazzy](https://github.com/realm/jazzy). Hosted by [GitHub Pages](https://pages.github.com).
56 $ open index.html -a Safari
62 import JSQWebViewController
64 let controller = WebViewController(url: URL(string: "http://jessesquires.com")!)
65 let nav = UINavigationController(rootViewController: controller)
66 present(nav, animated: true, completion: nil)
69 See the included example app, open `Example/Example.xcodeproj`.
73 Please follow these sweet [contribution guidelines](https://github.com/jessesquires/HowToContribute).
77 Created and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires).
81 `JSQWebViewController` is released under an [MIT License][mitLink]. See `LICENSE` for details.
83 >**Copyright © 2015 Jesse Squires.**
85 *Please provide attribution, it is greatly appreciated.*
87 [mitLink]:http://opensource.org/licenses/MIT
88 [docsLink]:http://jessesquires.github.io/JSQWebViewController
89 [podLink]:https://cocoapods.org/pods/JSQWebViewController