From a48e643e4f964a3c96a1f7ed522e351a756e810f Mon Sep 17 00:00:00 2001 From: suzuki_keishi Date: Wed, 13 Jan 2016 13:56:51 +0900 Subject: [PATCH] [update]cocoapods. --- SKPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKPhotoBrowser.podspec b/SKPhotoBrowser.podspec index 4d5f196..b2eb26d 100644 --- a/SKPhotoBrowser.podspec +++ b/SKPhotoBrowser.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SKPhotoBrowser" - s.version = "1.3.0" + s.version = "1.3.1" s.summary = "Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift2.0." s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "suzuki_keishi" => "keishi.1983@gmail.com" } - s.source = { :git => "https://github.com/suzuki-0000/SKPhotoBrowser.git", :tag => "1.3.0" } + s.source = { :git => "https://github.com/suzuki-0000/SKPhotoBrowser.git", :tag => "1.3.1" } s.platform = :ios, "8.0" s.source_files = "SKPhotoBrowser/**/*.{h,swift}" s.resources = "SKPhotoBrowser/SKPhotoBrowser.bundle"