Swiftpack.co - CareEvolution/MyDataHelpsKit-iOS as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by CareEvolution.
CareEvolution/MyDataHelpsKit-iOS 2.0.0
MyDataHelps iOS SDK
⭐️ 0
🕓 46 weeks ago
iOS macOS
.package(url: "https://github.com/CareEvolution/MyDataHelpsKit-iOS.git", from: "2.0.0")

MyDataHelpsKit

An SDK to integrate MyDataHelps™ with your apps to develop your own participant experiences.

See GitHub releases for release notes.

© CareEvolution, LLC

Getting started

Consult the online documentation's overview and Getting Started pages for installation instructions and guides to using MyDataHelpsKit.

Installation

Requirements

MyDataHelpsKit is a Cocoa Touch framework, linked to your app as a static library. It's built with the latest Xcode, Swift, and iOS SDK versions, and supports iOS 13.6 and above. MyDataHelpsKit is self-contained; there are no dependencies on other frameworks or libraries, and requires no Apple frameworks other than Foundation (a few optional features use UIKit or SwiftUI).

Based on your preferred installation process or dependency manager, choose from the below options to integrate MyDataHelpsKit.

Swift Package Manager

Add MyDataHelpsKit-iOS as a Swift Package dependency to your project. For more information, see the Swift Package Manager documentation.

In your Xcode workspace, go to File > Swift Packages > Add Package Dependency and enter https://github.com/CareEvolution/MyDataHelpsKit-iOS. Or edit your project's Package.swift file:

.package(url: "https://github.com/CareEvolution/MyDataHelpsKit-iOS", from: "2.0.0")

Carthage

Use the standard Carthage workflow for static frameworks:

  1. Add github "CareEvolution/MyDataHelpsKit-iOS" to your Cartfile.
  2. Run carthage update --use-xcframeworks
  3. Open your app target's General settings tab in Xcode. In Finder, go to the Carthage/Build folder, and drag and drop MyDataHelpsKit.xcframework from the Carthage/Build folder into the "Frameworks, Libraries, and Embedded Content" section in Xcode.

To update MyDataHelpsKit to a newer version, run carthage update --use-xcframeworks, optionally appending MyDataHelpsKit-iOS to the command to only update this SDK and not other Carthage dependencies.

Cocoapods

Use the standard Cocoapods workflow:

  1. Create a Podfile for your project using pod init if needed.
  2. Add pod 'MyDataHelpsKit' to your Podfile.
  3. Run pod install

To update MyDataHelpsKit to a newer version, run pod update, optionally appending MyDataHelpsKit to the command to only update this SDK and not other Cocoapods dependencies.

Manual integration

  1. Download and unzip the latest release from GitHub.
  2. From Finder, drag MyDataHelpsKit.xcodeproj into your app's Xcode workspace.
  3. Open your app target's General settings tab in Xcode. In the project navigator pane, expand MyDataHelpsKit.xcodeproj > Products and drag MyDataHelpsKit.framework into the "Frameworks, Libraries, and Embedded Content" section.

To update to a newer version of MyDataHelpsKit, download and unzip the latest release, and then delete and replace the existing MyDataHelpsKit folder structure in your workspace.

Next Steps

Consult the programming guide to get the most out of MyDataHelpsKit. This repository includes an example app that you can immediately build and run to get familiar with the features and usage of MyDataHelpsKit within the context of your MyDataHelps project.

Browse the Features and User Experiences topics to guide your implementation of specific use cases. Finally, complete SDK reference is available online or via integrated Xcode symbol documentation.

GitHub

link
Stars: 0
Last commit: 46 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

2.0.0
46 weeks ago

New APIs:

Breaking changes:

Other:

  • Minor changes to various other APIs.
  • Reworked documentation, guides, and example app.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics