diff --git a/iOS-htmltopdf.podspec b/iOS-htmltopdf.podspec index 7531e33..cf11070 100644 --- a/iOS-htmltopdf.podspec +++ b/iOS-htmltopdf.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "iOS-htmltopdf" - s.version = "1.0.0" + s.version = "1.0.3" s.summary = "This class enables simple URL-based PDF creation." s.description = "Pages are created the exact same way they would be if the user printed the content on an iOS device (very similar as well as OS X print output)." s.homepage = "https://github.com/iclems/iOS-htmltopdf" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Clément Wehrung" => "cwehrung@nurves.com" } - s.source = { :git => "https://github.com/iclems/iOS-htmltopdf.git", :tag => "1.0.1" } + s.source = { :git => "https://github.com/iclems/iOS-htmltopdf.git", :tag => "1.0.3" } s.platform = :ios, '5.0' s.source_files = 'Classes', '**/*.{h,m}' s.exclude_files = 'HTMLtoPDF-Demo'