ChromaColorPicker/Podfile

12 lines
157 B
Ruby

use_frameworks!
target "ChromaColorPicker" do
abstract_target 'Tests' do
target "ChromaColorPickerTests"
pod 'Quick'
pod 'Nimble'
end
end