From e0f509c6c710ce09397bf9983a2576876aa6951b Mon Sep 17 00:00:00 2001 From: devedbox Date: Mon, 6 Mar 2017 11:11:36 +0800 Subject: [PATCH] Updated podspec file to version 0.4.2. --- AXWebViewController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AXWebViewController.podspec b/AXWebViewController.podspec index d5dbbe1..66aafe9 100644 --- a/AXWebViewController.podspec +++ b/AXWebViewController.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "AXWebViewController" -s.version = "0.4.1" +s.version = "0.4.2" s.summary = "A light weight web view controller in iOS." # This description is used to generate tags and improve search results. @@ -83,7 +83,7 @@ s.platform = :ios, "7.0" # Supports git, hg, bzr, svn and HTTP. # -s.source = { :git => "https://github.com/devedbox/AXWebViewController.git", :tag => "0.4.1" } +s.source = { :git => "https://github.com/devedbox/AXWebViewController.git", :tag => "0.4.2" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #