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/*'