Skip to content

Commit dedd2dc

Browse files
committed
Moving to first stable release!
1 parent 5ee8f82 commit dedd2dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

M13PDFKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "M13PDFKit"
3-
s.version = "0.9.1"
3+
s.version = "1.0.0"
44
s.summary = "M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications."
55

66
s.description = <<-DESC
7-
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.
7+
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.
88
DESC
99

1010
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
2727

2828
s.platform = :ios, '8.0'
2929

30-
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v0.9.1"}
30+
s.source = { :git => "https://github.com/Marxon13/M13PDFKit.git", :tag => "v1.0.0"}
3131

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

0 commit comments

Comments
 (0)