https://github.com/fidetro/file
Swift FileManager Extension
https://github.com/fidetro/file
Last synced: about 2 months ago
JSON representation
Swift FileManager Extension
- Host: GitHub
- URL: https://github.com/fidetro/file
- Owner: Fidetro
- License: mit
- Created: 2018-10-30T08:32:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T12:15:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T14:01:41.054Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileManager extension
## CocoaPod
```
platform :ios, '8.0'
target 'YouApp' do
use_frameworks!
pod 'File'
end
```