An open API service indexing awesome lists of open source software.

https://github.com/fidetro/file

Swift FileManager Extension
https://github.com/fidetro/file

Last synced: about 2 months ago
JSON representation

Swift FileManager Extension

Awesome Lists containing this project

README

        

# FileManager extension

## CocoaPod

```
platform :ios, '8.0'
target 'YouApp' do
use_frameworks!
pod 'File'
end
```