7 lines
99 B
Ruby
7 lines
99 B
Ruby
platform :osx, '10.12'
|
|
use_frameworks!
|
|
|
|
target 'Example-macOS' do
|
|
pod 'Macaw', :path => '../'
|
|
end
|