所以我尝试安装PDF阅读器。 https://cocoapods.org/pods/PDFReader在安装指南中,我按照说明进行操作
target 'thePDF' do
pod 'PDFReader', '~> 2.1'
end
安装pod后
我尝试了很多只有pod 'PDFReader'
的选项,或尝试使用其他版本,但仍然无法使用。
修改 我试试
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘8.0’
use_frameworks!
target ‘thePDF’ do
pod 'PDFReader', :git => 'https://github.com/Alua-Kinzhebayeva/iOS- PDF-Reader.git'
end