Skip to content

Commit

Permalink
[Add] WebkitViewController 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Watanabe authored and CocoaPodsBot committed May 3, 2016
1 parent 49793bc commit 59fff1d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Specs/WebkitViewController/0.1.5/WebkitViewController.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "WebkitViewController",
"version": "0.1.5",
"summary": "WebkitViewController is a WKWebView-based WebViewController with Zen mind.",
"description": "WebkitViewController is a simple WKWebView-based WebViewController written purely in Swift.\n\n* Basic navigation functions such as Next, Back, Reload, Action.\n* Compatible with any orientation regardless of device type.\n\nIt tries to remain as basic as what an in-app webView would be.",
"homepage": "https://github.com/mshrwtnb/WebkitViewController",
"license": "MIT",
"authors": {
"Masahiro Watanabe": "m@nsocean.org"
},
"source": {
"git": "https://github.com/mshrwtnb/WebkitViewController.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WebkitViewController/Classes/**/*",
"resource_bundles": {
"WebkitViewController": [
"Pod/Resources/*.png"
]
},
"frameworks": [
"UIKit",
"MapKit"
]
}

0 comments on commit 59fff1d

Please sign in to comment.