forked from I2P_Developers/i2p.i2p
Mac OSX Launcher: The podfile, which describes which 3rdparty libraries to pull at compile time.
This commit is contained in:
14
launchers/macosx/Podfile
Normal file
14
launchers/macosx/Podfile
Normal file
@@ -0,0 +1,14 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :osx, '10.11'
|
||||
|
||||
target 'I2PLauncher' do
|
||||
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for I2PLauncher
|
||||
pod 'MBPopup'
|
||||
pod 'SnapKit'
|
||||
pod 'SwiftDate'
|
||||
pod 'Kanna'
|
||||
end
|
Reference in New Issue
Block a user