# Uncomment the next line to define a global platform for your project
platform :ios, '10.3'

def glpi_pods
  pod 'swift-library-glpi'
end

target 'FlyveMDMAdminDashboard' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for FlyveMDMAdminDashboard
  glpi_pods

  target 'FlyveMDMAdminDashboardTests' do
    inherit! :search_paths
    # Pods for testing
    glpi_pods
  end

  target 'FlyveMDMAdminDashboardUITests' do
    inherit! :search_paths
    # Pods for testing
    glpi_pods
  end

end

target 'FlyveMDMAdminDashboard-iPad' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for FlyveMDMAdminDashboard-iPad
  glpi_pods

end
