This is a Swift-based library for interacting with Taficloud services, allowing you to upload files, download files, merge files, and manage media metadata through an intuitive API. This package supports both CocoaPods and Swift Package Manager (SPM) for iOS.
Package.swift
:
Podfile
:
upload(file:fileName:folder:)
Data
.uploadBase64(file:fileName:folder:)
String
.fetchMediaMetadata(mediaKey:)
convertMedia(mediaKey:format:)
jpeg
, png
).mergeFiles(files:fileName:folder:)
Data
to be merged.do-catch
syntax.
Example: