-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from CleverTap/0.0.1_release
Updated DirectCall to SignedCall
- Loading branch information
Showing
5 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
### [Version 0.0.1](https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/tag/0.0.1) (August 17, 2022) | ||
### [Version 0.0.1](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.1) (November 8, 2022) | ||
|
||
### [Version 0.0.4-alpha](https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/tag/0.0.4-alpha) (March 20, 2022) | ||
### [Version 0.0.4-alpha](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.4-alpha) (March 20, 2022) | ||
|
||
- Adds suupport for arm64 simulators | ||
|
||
### [Version 0.0.3-alpha](https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/tag/0.0.3-alpha) (March 12, 2022) | ||
### [Version 0.0.3-alpha](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.3-alpha) (March 12, 2022) | ||
|
||
### [Version 0.0.2-alpha](https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/tag/0.0.2-alpha) (March 10, 2022) | ||
### [Version 0.0.2-alpha](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.2-alpha) (March 10, 2022) | ||
|
||
### [Version 0.0.1-alpha](https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/tag/0.0.1-alpha) (March 9, 2022) | ||
### [Version 0.0.1-alpha](https://github.com/CleverTap/clevertap-signedcall-ios-sdk/releases/tag/0.0.1-alpha) (March 9, 2022) | ||
|
||
|
16 changes: 8 additions & 8 deletions
16
CleverTap-DirectCall-SDK.podspec → CleverTap-SignedCall-SDK.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "CleverTap-DirectCall-SDK" | ||
s.name = "CleverTap-SignedCall-SDK" | ||
s.version = '0.0.1' | ||
s.summary = "CleverTap-DirectCall-SDK supports 1-1 voice calls" | ||
s.homepage = "https://github.com/CleverTap/clevertap-directcall-ios-sdk" | ||
s.source = { :http => "https://github.com/CleverTap/clevertap-directcall-ios-sdk/releases/download/#{s.version}/DirectCallSDK.xcframework.zip" } | ||
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 = 'DirectCallSDK' | ||
s.module_name = 'SignedCallSDK' | ||
|
||
s.platform = :ios, '10.0' | ||
s.ios.deployment_target = '10.0' | ||
s.swift_version = "5.0" | ||
|
||
s.ios.frameworks = 'Foundation', 'UIKit', 'Security', 'CoreGraphics', 'CoreImage', 'CoreFoundation', 'AVFoundation', 'AudioToolbox', 'VideoToolbox' | ||
|
||
s.vendored_frameworks = 'DirectCallSDK.xcframework' | ||
s.vendored_frameworks = 'SignedCallSDK.xcframework' | ||
|
||
s.ios.dependency 'Socket.IO-Client-Swift', '16.0.1' | ||
s.ios.dependency 'CTSoftPhone', '0.0.4-alpha' | ||
s.ios.dependency 'CTSoftPhone', '0.0.5-alpha' | ||
s.ios.dependency 'CTSimplePing', '1.0.1' | ||
s.ios.dependency 'CleverTap-iOS-SDK' | ||
s.ios.dependency 'CleverTap-iOS-SDK', '4.1.4' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.