A Swift library for iOS that provides methods for downloading and uploading files
- iOS 14.0+
- Swift 5.0+
- Xcode 15.0+
ion-ios-filetransfer
is available through CocoaPods. Add this to your Podfile:
pod 'IONFileTransferLib', '~> 1.0.0' # Use the latest 1.0.x version
This library is currently used by the File Transfer Plugin for OutSystems' Cordova and Capacitor Plugins. Please check the library usage there for real use-case scenarios.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
ion-ios-filetransfer
is available under the MIT license. See the LICENSE file for more info.
- Report issues on our Issue Tracker