edwardvalentini/EVContactsPicker

View on GitHub
Example/Podfile

Summary

Maintainability
Test Coverage
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.3'
use_frameworks!

def reusepods
  pod "EVContactsPicker", :path => "../"
end

def testpods
#  pod 'Quick'
#  pod 'Nimble'
end

target 'EVContactsPicker_Example' do
  reusepods
end

target 'EVContactsPicker_Tests' do
  reusepods
  testpods
end