Menu for ios

This commit is contained in:
Ivan Murashov
2018-04-25 22:35:13 +03:00
parent 2d912ff2f6
commit c576c138b6
8 changed files with 113 additions and 53 deletions

View File

@@ -1,6 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
pod 'ZXingObjC', '~> 3.2.2'
if ENV['FLUTTER_FRAMEWORK_DIR'] == nil
abort('Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework')
@@ -9,6 +8,9 @@ end
target Runner do
# Pods for Runner
pod 'Firebase'
pod 'DropDown'
pod 'ZXingObjC'
use_frameworks!
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
@@ -31,6 +33,9 @@ end
target Dinect do
# Pods for Dinect
pod 'Firebase'
pod 'DropDown'
pod 'ZXingObjC'
use_frameworks!
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']
@@ -53,6 +58,9 @@ end
target Crypto do
# Pods for Crypto
pod 'Firebase'
pod 'DropDown'
pod 'ZXingObjC'
use_frameworks!
# Flutter Pods
pod 'Flutter', :path => ENV['FLUTTER_FRAMEWORK_DIR']