Files
XLForm/Tests/Podfile
Mathias Claassen 25798bb123 fixed tests pod spec
2016-05-24 16:23:15 -03:00

10 lines
201 B
Ruby
Executable File

source 'https://github.com/CocoaPods/Specs.git'
project 'XLForm Tests'
inhibit_all_warnings!
platform :ios, '7.0'
target 'XLForm Tests' do
pod 'Expecta', '~> 0.3.0'
pod 'XLForm', :path => '../'
end