Skip to content

Commit

Permalink
Fixed Podspec & Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iclems committed Feb 9, 2015
1 parent 06d443a commit 9c4ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'
Expand Down

0 comments on commit 9c4ce55

Please sign in to comment.