Marxon13 / M13PDFKit

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

Cocoapods instal problem !!! #28

Open Kajsboy81 opened 7 years ago

Kajsboy81 commented 7 years ago

Hi I did this before and it worked fine ... but now I find this problem and I'm not able to setup the project right :( please help ...

Image : https://www.dropbox.com/s/7je58ftrurmy6c6/Screen%20Shot%201437-10-17%20at%204.14.46%20AM.png?dl=0

EnesKaraosman commented 7 years ago

Your PodFile is wrong I guess;

platform :ios, "9.0" use_frameworks! target 'YOURPROJECTNAME' do

use_frameworks!

source 'https://github.com/CocoaPods/Specs.git'

pod 'M13PDFKit', '1.1.0'

end

Try this..