use_frameworks!

platform :ios, '10.0'

target 'TWOCNetwork_Example' do
  pod 'TWOCNetwork', :path => '../'

  target 'TWOCNetwork_Tests' do
    inherit! :search_paths

    
  end
end
