Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ercumentinsider committed Sep 11, 2024
1 parent d75251a commit 1c76cb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "InsiderMobile",
url: "https://mobilesdk.useinsider.com/iOS/13.5.2/InsiderMobileIOSFramework.zip",
checksum: "f88b8a849fa02dde805e793316adb59b16aab1b0a9b12b5e67274f35d611d466"
url: "https://mobilesdk.useinsider.com/iOS/13.6.2/InsiderMobileIOSFramework.zip",
checksum: "5ab69a00775ed04fc7f6a77b47be8a6e2c2d02db91ab4de70a413d451f0db329"
),
.binaryTarget(
name: "InsiderGeofence",
Expand All @@ -29,8 +29,8 @@ let package = Package(
),
.binaryTarget(
name: "InsiderMobileAdvancedNotification",
url: "https://mobilesdk.useinsider.com/iOSNotification/2.0.0/InsiderMobileAdvancedNotification.zip",
checksum: "73280042c545a56a9655563b28f33233091441fd04280d4a9906c54cb8232527"
url: "https://mobilesdk.useinsider.com/iOSNotification/2.1.0/InsiderMobileAdvancedNotification.zip",
checksum: "783e81e3725b2663953d613cc324e4ea9ec6d4db0bfd64b6444f828349d43c54"
),
]
)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Insider SDK

[![Version v1.0.0](https://img.shields.io/badge/Version-v1.0.0-blue.svg)]() [![CocoaPods Compatible](https://img.shields.io/badge/Cocoapods-Compatible-brightgreen.svg)]() [![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg)]() [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)]()
[![Version v1.0.1](https://img.shields.io/badge/Version-v1.0.0-blue.svg)]() [![CocoaPods Compatible](https://img.shields.io/badge/Cocoapods-Compatible-brightgreen.svg)]() [![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg)]() [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)]()


Insider iOS SDK provides a set of frameworks for integrating Insider services into your iOS application. The SDK includes modules for mobile interaction, geofencing, and advanced notifications.
Expand All @@ -9,9 +9,9 @@ Insider iOS SDK provides a set of frameworks for integrating Insider services in

| SDK | SPM | Version |
|-----------------------------------|-----|---------|
| InsiderMobile || 13.5.2 |
| InsiderMobile || 13.6.2 |
| InsiderGeofence || 1.2.0 |
| InsiderMobileAdvancedNotification || 2.0.0 |
| InsiderMobileAdvancedNotification || 2.1.0 |

## Installation

Expand Down

0 comments on commit 1c76cb3

Please sign in to comment.