Marxon13 / M13PDFKit

M13PDFKit is an iBooks like PDF viewer that can be embedded in iOS applications.
492 stars 73 forks source link

pod update fail... #41

Open jcbremond opened 6 years ago

jcbremond commented 6 years ago

since the release 1.2 of TTOpenInAppActivity... TIA Regards,

AnthoPakPak commented 6 years ago

Simply add pod 'TTOpenInAppActivity' , '1.0' to YOUR Podfile, alongside with M13PDFKit, and it will work. Like this :

    pod 'M13PDFKit'
    pod 'TTOpenInAppActivity' , '1.0'