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