Skip to content

Commit

Permalink
Updated Podfile to 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marxon13 committed May 1, 2015
1 parent e52160d commit 3b28a7d
Show file tree
Hide file tree
Showing 2 changed files 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.2"
s.version = "1.0.3"
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.2"}
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.3"}

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

Expand Down
Binary file not shown.

0 comments on commit 3b28a7d

Please sign in to comment.