Skip to content

Commit

Permalink
Merge pull request #7 from CleverTap/v_0.0.7
Browse files Browse the repository at this point in the history
Release v0.0.7
  • Loading branch information
Sonal-Kachare authored Mar 15, 2024
2 parents f3b23f1 + be90dea commit 06b14a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

### [Version 0.0.7] (March 15, 2024)
### Adds
* Supports [CleverTap iOS SDK v6.1.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-610-february-22-2024)
* Supports [Socket.io v16.1.0](https://github.com/socketio/socket.io-client-swift/releases/tag/v16.1.0) and [Starscream v4.0.8](https://github.com/daltoniam/Starscream/releases/tag/4.0.8) dependency.
* Adds privacy manifest.
* Adds socket logging for debugging purpose.

### [Version 0.0.6] (January 19, 2024)
### Adds
* Supports [CleverTap iOS SDK v5.2.2](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-522-november-21-2023).
Expand Down
8 changes: 4 additions & 4 deletions CleverTap-SignedCall-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Pod::Spec.new do |s|
s.name = "CleverTap-SignedCall-SDK"
s.version = '0.0.6'
s.version = '0.0.7'
s.summary = "CleverTap-SignedCall-SDK supports 1-1 voice calls"
s.homepage = "https://github.com/CleverTap/clevertap-signedcall-ios-sdk"
s.source = { :http => "https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/download/#{s.version}/SignedCallSDK.xcframework.zip" }
s.license = { :type => 'Commercial', :text => 'Copyright (c) 2022 CleverTap. All rights reserved. Use of this software is subject to the terms and conditions of the CleverTap Terms of Service' }
s.author = { "CleverTap" => "http://www.clevertap.com" }
s.module_name = 'SignedCallSDK'

s.platform = :ios, '12.0'
s.platform = :ios
s.ios.deployment_target = '12.0'
s.swift_version = "5.0"

s.ios.frameworks = 'Foundation', 'UIKit', 'Security', 'CoreGraphics', 'CoreImage', 'CoreFoundation', 'AVFoundation', 'AudioToolbox', 'VideoToolbox'

s.vendored_frameworks = 'SignedCallSDK.xcframework'

s.ios.dependency 'Socket.IO-Client-Swift', '16.0.1'
s.ios.dependency 'Socket.IO-Client-Swift', '16.1.0'
s.ios.dependency 'Starscream', '4.0.8'
s.ios.dependency 'CTSoftPhone', '0.0.6-alpha'
s.ios.dependency 'Starscream', '4.0.4'
s.ios.dependency 'CTSimplePing', '1.0.1'
s.ios.dependency 'CleverTap-iOS-SDK'

Expand Down
Binary file modified Release/SignedCallSDK.xcframework.zip
Binary file not shown.

0 comments on commit 06b14a4

Please sign in to comment.