From 57c6b7703a811e96b75190c1421f0a61a0638a99 Mon Sep 17 00:00:00 2001 From: sunnyxx Date: Tue, 21 Jun 2016 16:15:15 +0800 Subject: [PATCH] update version to 2.3.1 --- XXNibBridge.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XXNibBridge.podspec b/XXNibBridge.podspec index 3ea86ec..4d5720a 100644 --- a/XXNibBridge.podspec +++ b/XXNibBridge.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "XXNibBridge" - s.version = "2.3.0" + s.version = "2.3.1" s.summary = "XXNibBridge" s.description = "Bridge a nib file to another nib or storyboard" s.homepage = "https://github.com/sunnyxx/XXNibBridge" @@ -15,7 +15,7 @@ Pod::Spec.new do |s| # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.platform = :ios, "6.0" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source = { :git => "https://github.com/sunnyxx/XXNibBridge.git", :tag => "2.3.0" } + s.source = { :git => "https://github.com/sunnyxx/XXNibBridge.git", :tag => "2.3.1" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.source_files = "XXNibBridge/*.{h,m}" # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #