Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
Binary file added Demo/.DS_Store
Binary file not shown.
Binary file added Demo/iOS/.DS_Store
Binary file not shown.
16 changes: 16 additions & 0 deletions Demo/iOS/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios,'9.0'

target 'WebRTC_new' do

pod 'GoogleWebRTC','~> 1.1.20266'
#pod 'GoogleWebRTC','~> '
# pod 'AppRTC', '~> 1.0.3'
#pod 'Socket.IO-Client-Swift', '~> 13.3.0'
pod 'ReactiveObjC'
pod 'SocketRocket'
pod 'HGAlertViewController', '~> 1.0.1'

end

28 changes: 28 additions & 0 deletions Demo/iOS/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
PODS:
- GoogleWebRTC (1.1.24489)
- HGAlertViewController (1.0.1)
- ReactiveObjC (3.1.0)
- SocketRocket (0.5.1)

DEPENDENCIES:
- GoogleWebRTC (~> 1.1.20266)
- HGAlertViewController (~> 1.0.1)
- ReactiveObjC
- SocketRocket

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- GoogleWebRTC
- HGAlertViewController
- ReactiveObjC
- SocketRocket

SPEC CHECKSUMS:
GoogleWebRTC: 492a912a31aa1f66466c151a1bdcd98211f882df
HGAlertViewController: 22cc021c4b988c09943456b91df60ba6ebcbe901
ReactiveObjC: 2a38ea15335de4119d8b17caf1db1484f61db902
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531

PODFILE CHECKSUM: ac99cf877a91b5965816f647e0a66f729d54de8b

COCOAPODS: 1.5.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading