From 74a86dcb3de719085cf6a65b5409693ed6e3dde9 Mon Sep 17 00:00:00 2001 From: Brandon McQuilkin Date: Mon, 2 Mar 2015 10:40:49 -0500 Subject: [PATCH] Update M13PDFKit.podspec --- M13PDFKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/M13PDFKit.podspec b/M13PDFKit.podspec index a2e55b3..3effab4 100644 --- a/M13PDFKit.podspec +++ b/M13PDFKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "M13PDFKit" - s.version = "1.0.0" + s.version = "1.0.2" s.summary = "M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications." s.description = <<-DESC @@ -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.0"} + s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.2"} s.source_files = 'Classes/**/*.{h,m}'