mirror of https://github.com/oxen-io/session-ios
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			360 B
		
	
	
	
		
			Ruby
		
	
			
		
		
	
	
			13 lines
		
	
	
		
			360 B
		
	
	
	
		
			Ruby
		
	
platform :ios, '8.0'
 | 
						|
source 'https://github.com/CocoaPods/Specs.git'
 | 
						|
 | 
						|
target 'TSKitiOSTestApp' do
 | 
						|
  pod 'SocketRocket', git: 'https://github.com/WhisperSystems/SocketRocket.git', branch: 'pluggable-security-policies'
 | 
						|
  pod 'SignalServiceKit', :path => '../../SignalServiceKit.podspec'
 | 
						|
 | 
						|
  target 'TSKitiOSTestAppTests' do
 | 
						|
     inherit! :search_paths
 | 
						|
  end
 | 
						|
end
 | 
						|
 |