Skip to content
Snippets Groups Projects
Commit f3530acf authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Podfile to link RxLibrary to its unit tests

parent 6295115d
No related branches found
No related tags found
No related merge requests found
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'gRPC/RxLibrary', :path => "../../.."
link_with 'AllTests'
target 'Tests' do
end
target 'AllTests' do
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment