File 0.0.2×由Fidetro--verbose维护。安装指南×File的安装指南你想要在Podfile中添加类似下面的代码以添加File库:target 'MyApp' do pod 'File', '~> 0.0' end然后在终端中运行pod install,或者从CocoaPods.app中运行。或者为进行测试运行,可以运行以下命令pod try File查看PodspecGitHub仓库在CocoaPods.org上的页面File 0.0.2作者:fidetrofidetroFidetro/FileGitHub RepoFileManager扩展 CocoaPod platform :ios, '8.0' target 'YouApp' do use_frameworks! pod 'File' end