Skip to content

Commit

Permalink
update podspec to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Zeitler committed Aug 12, 2015
1 parent 91cebab commit 51c0538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M13PDFKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "M13PDFKit"
s.version = "1.0.3"
s.version = "1.1.0"
s.summary = "M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications."

s.description = <<-DESC
Expand All @@ -27,7 +27,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

s.platform = :ios, '8.0'

s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.3"}
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.1.0"}

s.source_files = 'Classes/**/*.{h,m}'

Expand Down

0 comments on commit 51c0538

Please sign in to comment.