Contents

google/jacquardsdkios

Jacquard™ by Google weaves new digital experiences into the things you

Sample App

To run the example project, clone the repo, and run pod install from the Example directory first. For more detailed instructions, see the full documentation at https://google.github.io/JacquardSDKiOS

Documentation & Tutorial

Full documentation including a tutorial is available at https://google.github.io/JacquardSDKiOS

Android SDK

There is an Android equivalent to this SDK available at https://github.com/google/JacquardSDKAndroid

Integrate JacquardSDK into your Xcode project

CocoaPods

JacquardSDK can be integrated into your code using CocoaPods dependency management. This early release version has not yet been added to the CocoaPods directory, the best way to integrate it is using a git url. Simply add the following line to your Podfile:

pod 'JacquardSDK'

Swift Package Manager - with Xcode project

If you are using the Swift Package Manager with an Xcode project file, for xcode 13, navigate to your project settings, where you will see a new menu called Package Dependencies. Click the + button to add JacquardSDK package.

Enter the repository URL https://github.com/google/JacquardSDKiOS.git.

As soon as you enter the URL, xcode will find the JacquardSDKiOS package, for the dependancy rule, use the default values : "Up to Next Major Version" and again click Add Package.

Check the JacquardSDK Library and click Add Package.

Xcode will now download all the relevant files and integrate them into your project.

Swift Package Manager - with Package.swift

If you are using the Swift Package Manager with a Package.swift file, you need to add a dependency to your and import the JacquardSDK library into the desired targets.

dependencies: [
    .package(name: "JacquardSDK", url: "https://github.com/google/JacquardSDKiOS.git", from: "0.2.0"),
],
targets: [
    .target(name: "MyTarget", dependencies: ["JacquardSDK"]),
]

License

JacquardSDK is licensed under the Apache License, Version 2.0. See the LICENSE file for more info.

Package Metadata

Repository: google/jacquardsdkios

Default branch: main

README: README.md