forked from dfmuir/KINWebBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: removed deprected UIWebView fixes dfmuir#69
- Loading branch information
Showing
4 changed files
with
39 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
Pod::Spec.new do |s| | ||
|
||
s.name = "KINWebBrowser" | ||
s.version = "1.3.2" | ||
s.version = "1.3.3" | ||
s.summary = "A web browser module for your apps." | ||
s.description = <<-DESC | ||
KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps. | ||
KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. KINWebBrowser offers the simplest way to add a web browser to your apps. | ||
DESC | ||
|
||
s.homepage = "https://github.com/dfmuir/KINWebBrowser" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "David F. Muir V" => "[email protected]" } | ||
s.platform = :ios, '7.0' | ||
s.platform = :ios, '8.0' | ||
s.source = { :git => "https://github.com/dfmuir/KINWebBrowser.git", :tag => s.version.to_s } | ||
s.source_files = 'KINWebBrowser', 'KINWebBrowser/**/*.{h,m}' | ||
s.resources = "Assets/*.png" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.