Skip to content

Commit

Permalink
Merge 6c638a3 into 3db0725
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbendell committed Dec 2, 2021
2 parents 3db0725 + 6c638a3 commit 2aab7b1
Show file tree
Hide file tree
Showing 26 changed files with 708 additions and 396 deletions.
13 changes: 13 additions & 0 deletions desktop/PortForwardingMacApp/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'PortForwardingMacApp' do
# Comment the next line if you don't want to use dynamic frameworks
#use_frameworks!
platform :osx, '11'

# Pods for PortForwardingMacApp
pod 'Flipper-PeerTalk', '~>0.0'
pod 'CocoaAsyncSocket', '~>7.6'

end
20 changes: 20 additions & 0 deletions desktop/PortForwardingMacApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- CocoaAsyncSocket (7.6.5)
- Flipper-PeerTalk (0.0.4)

DEPENDENCIES:
- CocoaAsyncSocket (~> 7.6)
- Flipper-PeerTalk (~> 0.0)

SPEC REPOS:
trunk:
- CocoaAsyncSocket
- Flipper-PeerTalk

SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9

PODFILE CHECKSUM: 861e0c9ba6cbdc85168a923850426dcf49e444fa

COCOAPODS: 1.11.2

0 comments on commit 2aab7b1

Please sign in to comment.