6 lines
94 B
Ruby
6 lines
94 B
Ruby
platform :ios, '8.0'
|
|
|
|
target 'SearchResultsExample' do
|
|
pod "YapDatabase", path: '../../'
|
|
end
|