From 154ca5d55ac7bc40bfa9e8302e79c7d07d3e6311 Mon Sep 17 00:00:00 2001 From: perisicboro Date: Thu, 29 Mar 2018 14:50:52 +0200 Subject: [PATCH] Update PrintIO.podspec --- PrintIO.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PrintIO.podspec b/PrintIO.podspec index 5a63d441..a1d988b3 100644 --- a/PrintIO.podspec +++ b/PrintIO.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "PrintIO" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "SDK that enables the printing of any photo, from any source, onto any product!" s.homepage = "http://www.gooten.com" s.license = { :type => 'Commercial', :file => 'LICENSE.md' } s.author = { "PrintIO" => "boro@gooten.com" } - s.source = { :git => "https://github.com/printdotio/printio-ios-sdk.git", :branch => "master", :tag => '2.0.0' } + s.source = { :git => "https://github.com/printdotio/printio-ios-sdk.git", :branch => "master", :tag => '2.0.1' } s.social_media_url = "https://twitter.com/gooteninc" s.platform = :ios, '7.1' s.requires_arc = true