From 985c4351eca529b024e4b99e23c3c94284e28a27 Mon Sep 17 00:00:00 2001 From: Pol Quintana Date: Sat, 9 May 2015 17:32:55 +0200 Subject: [PATCH] 1.0.1 --- PQFCustomLoaders.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PQFCustomLoaders.podspec b/PQFCustomLoaders.podspec index 95ed049..efa1ff9 100644 --- a/PQFCustomLoaders.podspec +++ b/PQFCustomLoaders.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "PQFCustomLoaders" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "Collection of Custom Loaders highly customizable." s.homepage = "https://github.com/poolqf/PQFCustomLoaders" s.license = 'MIT' s.author = "Pol Quintana" - s.source = { :git => "https://github.com/poolqf/PQFCustomLoaders.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/poolqf/PQFCustomLoaders.git", :tag => "1.0.1" } s.platform = :ios, '7.0' s.source_files = 'PQFCustomLoaders' s.frameworks = 'UIKit'