From cf370cb3fc8fe8bef4d10cb08d0e9c7a40170240 Mon Sep 17 00:00:00 2001 From: Pierre Abi-aad Date: Fri, 8 Jan 2016 16:16:13 +0100 Subject: [PATCH] update for 1.0.2 tag --- PASImageView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PASImageView.podspec b/PASImageView.podspec index 58a1223..3d6e1cc 100644 --- a/PASImageView.podspec +++ b/PASImageView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PASImageView" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "Rounded async imageview downloader lightly cached and written in Swift" s.description = "Rounded async imageview downloader lightly cached and written in Swift" s.homepage = "https://github.com/abiaad/PASImageView" @@ -9,6 +9,6 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/abiaad" s.platform = :ios s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "1.0.2" } s.source_files = "PASImageView.swift" end