Skip to content

Commit

Permalink
Fix pod install
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws committed Dec 29, 2021
1 parent 2455af6 commit c5a8614
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions UAProgressView-Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
platform :ios, '6.0'
pod 'UAProgressView', :path => '..'
platform :ios, '9.0'

target 'UAProgressView-Example' do
pod 'UAProgressView', :path => '..'
end

0 comments on commit c5a8614

Please sign in to comment.