### PHONEGAP IOS WEBVIEW PROTOTYPE PODFILE ###

# This file must simply be named Podfile in your native iOS project

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'CordovaProj' do
  # Uncomment this line if you're using Swift or would like to use dynamic frameworks
  # use_frameworks!

  # Pods for CordovaProj
  # CordovaLib Dependency Pod
  pod 'Cordova'

  # Cordova Core Plugin Dependency Pod References

  pod 'CordovaPlugin-console'
  pod 'cordova-plugin-camera'
  pod 'cordova-plugin-contacts'
  pod 'cordova-plugin-device'
  pod 'cordova-plugin-device-orientation'
  pod 'cordova-plugin-device-motion'
  pod 'cordova-plugin-globalization'
  pod 'cordova-plugin-geolocation'
  pod 'cordova-plugin-file'
  pod 'cordova-plugin-media-capture'
  pod 'cordova-plugin-network-information'
  pod 'cordova-plugin-splashscreen'
  pod 'cordova-plugin-inappbrowser'
  pod 'cordova-plugin-file-transfer'
  pod 'cordova-plugin-statusbar'
  pod 'cordova-plugin-vibration'
  pod 'cordova-plugin-wkwebview-engine'

  # The following includes the PhoneGap iOS Platform Project Template for a quick start
  pod 'phonegap-ios-template'
  
  target 'CordovaProjTests' do
    inherit! :search_paths
    # Pods for testing
  end

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

end