Skip to content

Commit

Permalink
Update PodSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Oct 5, 2023
1 parent 7f303e6 commit 784519c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TelnyxRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "TelnyxRTC"
spec.version = "0.1.12"
spec.version = "0.1.13"
spec.summary = "Enable Telnyx real-time communication services on iOS."
spec.description = "The Telnyx iOS WebRTC Client SDK provides all the functionality you need to start making voice calls from an iPhone."
spec.homepage = "https://github.com/team-telnyx/telnyx-webrtc-ios"
Expand Down
4 changes: 2 additions & 2 deletions TelnyxRTC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@
"@loader_path/Frameworks",
"$(BUILT_PRODUCTS_DIR)/Starscream",
);
MARKETING_VERSION = 0.1.10;
MARKETING_VERSION = 0.1.13;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.WebRTCSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -961,7 +961,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.1.10;
MARKETING_VERSION = 0.1.13;
PRODUCT_BUNDLE_IDENTIFIER = com.telnyx.WebRTCSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 784519c

Please sign in to comment.