SignalProtocolKit/Podfile
Michael Kirk 3b04acd9b3 Add CocoaLumberjack
Incidentally:
* Use podspec to determine dependencies
* Since AxolotlKit pod is a dev pod dependency of the AxolotlKit
  test-harness app, removed the redundant include of AxolotlKit files
  from the AxolotlKit test-harness app.

// FREEBIE
2017-03-29 18:42:59 -04:00

11 lines
144 B
Ruby

platform :ios, '8.0'
target 'AxolotlKit' do
pod 'AxolotlKit', path: '.'
target 'AxolotlKitTests' do
inherit! :search_paths
end
end