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

7 lines
91 B
Ruby

platform :ios, '9.0'
use_frameworks!
target 'Example' do
pod 'Macaw', :path => '../'
end