Swiftpack.co - DevCycleHQ/ios-client-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by DevCycleHQ.
DevCycleHQ/ios-client-sdk v1.15.0
DevCycle iOS Client SDK
⭐️ 22
🕓 6 weeks ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", from: "v1.15.0")

DevCycle iOS / macOS Client SDK

CocoaPods compatible Carthage compatible SwiftPM compatible

The DevCycle iOS / tvOS / watchOS / macOS Client SDK. This SDK uses our Client SDK APIs to perform all user segmentation and bucketing for the SDK, providing fast response times using our globally distributed edge workers all around the world.

Requirements

This version of the DevCycle Client SDK supports iOS 12.0+ / tvOS 12.0+ / watchOS 7.0+ / macOS 10.13+

Installation

CocoaPods

The SDK can be installed into your iOS project by adding the following to your cocoapod spec:

pod 'DevCycle'

Then, run pod install.

Swift Package Manager

To use the library with Swift Package Manager, include it as a dependency in your Package.swift file like so:

...
    dependencies: [
        .package(url: "https://github.com/DevCycleHQ/ios-client-sdk.git", .upToNextMajor("1.11.2")),
    ],
    targets: [
        .target(
            name: "YOUR_TARGET",
            dependencies: ["DevCycle"]
        )
    ],
...

You can also add it through Xcode, i.e. File > Swift Packages > Add Package Dependency, then enter the repository clone URL.

Carthage

WARNING: MacOS development with Carthage is currently not supported with DevCycle.

Include the following in your Cartfile to integrate DevCycle as a dependency to your project:

github "DevCycleHQ/ios-client-sdk"

Then, run carthage update --use-xcframeworks. Drag the built .xcframework bundles from Carthage/Build into the "Frameworks and Libraries" section of your application’s Xcode project.

Usage

To find usage documentation, check out our docs.

GitHub

link
Stars: 22
Last commit: 9 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v1.16.0
9 hours ago

Bug Fixes

  • fix: re-add deprecated generic variable() and variableValue() methods by @jonathannorris in #191

Uncategorized

  • chore: update release workflows to trigger CocoaPod Publish workflow on new tag push by @kaushalkapasi in #188
  • chore: fix publish pod trigger by @kaushalkapasi in #189
  • chore: remove publish dependency on release by @kaushalkapasi in #190
  • chore: update to macos-13 runner by @jonathannorris in #192

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