use_frameworks!
install! 'cocoapods', :deterministic_uuids => false

abstract_target 'CocoaPods' do
  pod 'Form', path: "."
  pod 'NSDate-HYPString'
  pod 'NSDictionary-HYPImmutable'
  pod 'HYPImagePicker'

  target 'Tests' do
  end

  target 'Basic-ObjC' do
  end

  target 'Basic-Swift' do
  end

  target 'CustomField' do
  end

  target 'LoginDemo' do
  end

  target 'Payment' do
  end

  target 'iPhone-Storyboard' do
  end

  target 'ModalForm' do
  end
end
