-
Notifications
You must be signed in to change notification settings - Fork 7
/
Podfile
23 lines (19 loc) · 1.06 KB
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Savanna iOS' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'InputAssistant', '~> 1.0'
pod 'PanelKit', :git => 'https://github.com/louisdh/panelkit.git', :branch => 'master'
pod 'Cub', :git => 'https://github.com/louisdh/cub.git', :branch => 'master'
pod 'Lioness', :git => 'https://github.com/louisdh/lioness.git', :branch => 'master'
pod 'SavannaKit', :git => 'https://github.com/louisdh/savannakit.git', :branch => 'master'
pod 'SimulatorStatusMagic', '~> 2.1', :configurations => ['Debug']
end
target 'Savanna macOS' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Cub', :git => 'https://github.com/louisdh/cub.git', :branch => 'master'
pod 'Lioness', :git => 'https://github.com/louisdh/lioness.git', :branch => 'master'
pod 'SavannaKit', :git => 'https://github.com/louisdh/savannakit.git', :branch => 'master'
end