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