Swiftpack.co - dashxhq/dashx-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by dashxhq.
dashxhq/dashx-ios 1.0.21
DashX SDK for iOS
⭐️ 0
🕓 36 weeks ago
iOS
.package(url: "https://github.com/dashxhq/dashx-ios.git", from: "1.0.21")


DashX

Your All-in-One Product Stack


dashx-ios

DashX SDK for iOS

Install

The minimum supported version for iOS is 12.0. To set the Minimum SDK target,

  1. Open your iOS project in XCode
  2. Select your Target > General > Deployment Info > Ensure that the version is set to 12.0+

Using Cocoapods

  1. Update your Podfile:
platform :ios, '12.0' # must be 12 or higher
# ...
target 'YOUR_TARGET_NAME' do
    # ...
    pod 'DashX'
    # ...
end
  1. Open Terminal in your project's root directory and run:
pod install

Using Carthage

Specify the dependency in your Cartfile:

github "dashxhq/dashx-ios"

Run the following command:

carthage update

Using Swift Package Manager

  1. In your Xcode project, go to File > Add Packages
  2. Paste the following URL in "Search or Enter Package URL":
https://github.com/dashxhq/dashx-ios.git

Usage

For detailed usage, refer to the documentation.

GitHub

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

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