Skip to content

Commit

Permalink
Update tag in the example project’s Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RadAzzouz committed Sep 24, 2018
1 parent f9085e0 commit 4f5fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/PSPDFKitExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
platform :ios, '11.0'
use_frameworks!

pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.0.0'
pod 'PSPDFKitSwift', :git => 'https://github.com/PSPDFKit/PSPDFKit.swift.git', :tag => '1.0.2'

target 'PSPDFKitExample' do

Expand Down

0 comments on commit 4f5fc6e

Please sign in to comment.