Skip to content

Commit

Permalink
Moving to first stable release!
Browse files Browse the repository at this point in the history
  • Loading branch information
Marxon13 committed Nov 21, 2014
1 parent 5ee8f82 commit dedd2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions M13PDFKit.podspec
Original file line number Diff line number Diff line change
@@ -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"
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 => "v0.9.1"}
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"}

s.source_files = 'Classes/*', 'Resources/*'

Expand Down

0 comments on commit dedd2dc

Please sign in to comment.