session-ios/Example/TSKitiOSTestApp/Podfile

14 lines
399 B
Plaintext
Raw Normal View History

platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
2015-12-07 03:31:43 +01:00
target 'TSKitiOSTestApp' do
pod 'SocketRocket', git: 'https://github.com/facebook/SocketRocket.git'
pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git'
pod 'SignalServiceKit', :path => '../../SignalServiceKit.podspec'
2015-12-07 03:31:43 +01:00
target 'TSKitiOSTestAppTests' do
inherit! :search_paths
end
2015-12-07 03:31:43 +01:00
end