Skip to content

Releases: contentauth/c2pa-ios

C2PA iOS v0.0.9

16 Apr 07:40

Choose a tag to compare

C2PA iOS Release v0.0.9

Swift Package Manager Integration

To use this release as a Swift Package, you have two options:

Option 1: Use the repository as a package dependency

.package(url: "https://github.com/contentauth/c2pa-ios.git", exact: "v0.0.9")

Option 2: Reference the binary directly

.binaryTarget(
    name: "C2PAC",
    url: "https://github.com/contentauth/c2pa-ios/releases/download/v0.0.9/C2PAC.xcframework.zip",
    checksum: "16626d062f08a1cde1adf76a324c7859c95270161fb0c6569434460b6703f135"
)

Installation

See the README.md for detailed integration instructions.

C2PA iOS v0.0.8

08 Jan 21:51

Choose a tag to compare

C2PA iOS Release v0.0.8

Swift Package Manager Integration

To use this release as a Swift Package, you have two options:

Option 1: Use the repository as a package dependency

.package(url: "https://github.com/contentauth/c2pa-ios.git", exact: "v0.0.8")

Option 2: Reference the binary directly

.binaryTarget(
    name: "C2PAC",
    url: "https://github.com/contentauth/c2pa-ios/releases/download/v0.0.8/C2PAC.xcframework.zip",
    checksum: "1b4b61f526aad6730e85aa115aae6aea36fd7d4a2f0abf3675581bec5ee361e8"
)

Installation

See the README.md for detailed integration instructions.

C2PA iOS v0.0.7

01 Oct 12:02

Choose a tag to compare

C2PA iOS Release v0.0.7

Swift Package Manager Integration

To use this release as a Swift Package, you have two options:

Option 1: Use the repository as a package dependency

.package(url: "https://github.com/contentauth/c2pa-ios.git", exact: "v0.0.7")

Option 2: Reference the binary directly

.binaryTarget(
    name: "C2PAC",
    url: "https://github.com/contentauth/c2pa-ios/releases/download/v0.0.7/C2PAC.xcframework.zip",
    checksum: "d83c7022cc275fb1b4e19804761795c02035d63b6300bdd48af37ea04db6558a"
)

Installation

See the README.md for detailed integration instructions.