From dedd2dcf30481d555f4606440bea68f25aad4881 Mon Sep 17 00:00:00 2001 From: Marxon13 Date: Fri, 21 Nov 2014 11:32:52 -0500 Subject: [PATCH] Moving to first stable release! --- M13PDFKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/M13PDFKit.podspec b/M13PDFKit.podspec index d1b3b31..39196e5 100644 --- a/M13PDFKit.podspec +++ b/M13PDFKit.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "M13PDFKit" - s.version = "0.9.1" + s.version = "1.0.0" s.summary = "M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications." s.description = <<-DESC - M13PDFKit is based off of vfr/Reader. The backend uses the same classes that Reader uses, the front end has been recreated to match iOS 7's design, and use more up to date features, like UICollectionViews. + M13PDFKit is based off of vfr/Reader. The backend uses the same classes that Reader uses, the front end has been recreated to match iOS 8's design, and use more up to date features, like UICollectionViews. DESC s.homepage = "https://github.com/Marxon13/M13PDFKit" @@ -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 => "v0.9.1"} + s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"} s.source_files = 'Classes/*', 'Resources/*'