File 0.0.2×Maintained by Fidetro--verbose.Installation Guide×Installation Guide for FileYou want to add pod 'File', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'File', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try FileSee PodspecGitHub RepoPage on CocoaPods.orgFile 0.0.2ByfidetroFidetro/FileGitHub RepoFileManager extension CocoaPod platform :ios, '8.0' target 'YouApp' do use_frameworks! pod 'File' end
FileManager extension CocoaPod platform :ios, '8.0' target 'YouApp' do use_frameworks! pod 'File' end