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'