YapDatabase/Testing/Xcode-mobile/Podfile
2016-09-07 15:14:12 -07:00

11 lines
193 B
Ruby

project 'YapDatabaseTesting.xcodeproj'
platform :ios, '8.1'
target 'YapDatabase' do
pod "YapDatabase", path: '../../'
end
target 'YapDatabaseTests' do
pod "YapDatabase", path: '../../'
end