Mac OSX Launcher: The podfile, which describes which 3rdparty libraries to pull at compile time.

This commit is contained in:
meeh
2019-05-02 23:01:32 +00:00
parent e45963dbcb
commit 61303bfd0b

14
launchers/macosx/Podfile Normal file
View 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