Artjoms Haleckis

Results 2 comments of Artjoms Haleckis

This issue was fixed after pod version was locked, and it disappears, if referencing PSPDFTextView repository directly from Podfile: ``` pod 'PSPDFTextView', :git => 'https://github.com/steipete/PSPDFTextView.git' ``` It could be nice...

Another option is to use ``` pod 'PSPDFTextView', :head ``` to get latest pod and all latest changes