Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(3.3.0-beta): 3.3.0 #12

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "PlivoVoiceKit",
url: "https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVoiceKit.xcframework-3.2.0-beta.zip",
checksum: "949c979926bf08b836a133bd9af478c2c777068c7561380c42c9331f3673b0ef"
url: "https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVocieKit.xcframework-3.3.0-beta.zip",
checksum: "698a889d0edd5e2597e5447fd11fa0d362a8e139cbe64c470217082c529e441a"
)
]
)
Expand Down
1 change: 1 addition & 0 deletions PlivoVoiceKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
"3.1.5-beta":"https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVoiceKit.xcframework-3.1.5-beta.zip",
"3.1.6-beta":"https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVoiceKit.xcframework-3.1.6-beta.zip",
"3.2.0-beta":"https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVoiceKit.xcframework-3.2.0-beta.zip",
"3.3.0-beta":"https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVocieKit.xcframework-3.3.0-beta.zip",
}
4 changes: 2 additions & 2 deletions PlivoVoiceKit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "PlivoVoiceKit"
s.version = "3.2.0-beta"
s.version = "3.3.0-beta"
s.summary = "PlivoVoiceKit XCFramework"
s.description = "PlivoVoiceKit XCFramework to integrate voice calling within your applications. Make, receive, and control calls across the world."
s.homepage = "https://github.com/plivo/Plivovoicekit"
s.documentation_url = "https://www.plivo.com/docs/sdk/client/ios/overview/"
s.license = { :type => 'Commercial', :text => "Copyright 2011-2019 Plivo. All rights reserved. Use of this software is subject to the terms and conditions of the Plivo Terms of Service located at https://www.plivo.com/privacy/" }
s.authors = { 'Plivo Inc' => '[email protected]' }
s.source = { :http => "https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVoiceKit.xcframework-3.2.0-beta.zip" }
s.source = { :http => "https://s3.us-west-1.amazonaws.com/helpers.plivo.com/ios/PlivoVocieKit.xcframework-3.3.0-beta.zip" }
s.platform = :ios
s.swift_version = '5.1'
s.requires_arc = true
Expand Down