Skip to content

Commit 5cc578a

Browse files
author
Antonis Tsakiridis
committed
Renamed cocoapod in all examples and also pointed to proper GitHub release
1 parent 3ea6419 commit 5cc578a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Examples/restcomm-helloworld/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ target 'restcomm-helloworld' do
66
#use_frameworks!
77

88
# Pods for restcomm-helloworld
9-
pod 'RestCommClient', :path => '../../'
10-
#pod 'RestCommClient'
9+
pod 'restcomm-ios-sdk', :path => '../../'
10+
#pod 'restcomm-ios-sdk'
1111

1212
target 'restcomm-helloworldTests' do
1313
inherit! :search_paths

Examples/restcomm-olympus/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ target 'restcomm-olympus' do
66
# use_frameworks!
77

88
# Pods for restcomm-olympus
9-
pod 'RestCommClient', :path => '../../'
10-
#pod 'RestCommClient'
9+
pod 'restcomm-ios-sdk', :path => '../../'
10+
#pod 'restcomm-ios-sdk'
1111

1212
#target 'restcomm-olympusTests' do
1313
# inherit! :search_paths

Test-App/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target 'Sample' do
88
#pod 'BoringSSL'
99
#pod 'webrtc-framework'
1010

11-
pod 'RestCommClient', :path => '../'
11+
pod 'restcomm-ios-sdk', :path => '../'
1212

1313
target 'Sample_Tests' do
1414
inherit! :search_paths

restcomm-ios-sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ iOS Mobile SDK to easily integrate communication features (messaging, presence,
2626
s.license = "AGPL version 3"
2727
s.author = 'Telestax Inc.'
2828
#s.source = { :git => 'https://github.com/RestComm/restcomm-ios-sdk.git', :tag => 's.version.to_s }
29-
s.source = { :git => 'https://github.com/RestComm/restcomm-ios-sdk.git', :tag => 'v1.0.0-beta.4' }
29+
s.source = { :git => 'https://github.com/RestComm/restcomm-ios-sdk.git', :tag => 'v1.0.0-beta.4.2' }
3030
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3131

3232
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)