1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 13:15:35 +03:00
Macaw/Example-macOS/Podfile

7 lines
99 B
Ruby

platform :osx, '10.12'
use_frameworks!
target 'Example-macOS' do
pod 'Macaw', :path => '../'
end