9 lines
84 B
Ruby
Executable File
9 lines
84 B
Ruby
Executable File
platform :ios, '10.1'
|
|
|
|
target "lpr" do
|
|
|
|
pod 'OpenCV', '~> 3.4.2'
|
|
pod 'Masonry'
|
|
|
|
end
|