Pod::Spec.new do |spec|
  spec.name = "ToastESGI"
  spec.version = "1.1.6"
  spec.summary = "Simple Framework pour afficher des toasts personnalisés."
  spec.homepage = "https://github.com/PicoPark/IOSFrameworkProject"
  spec.license = { type: 'MIT', file: 'LICENSE' }
  spec.authors = { "Salomé" => 'salome.russier@gmail.com' ,"Romain" => 'brunie.romain@outlook.fr', "David" => 'fournierdavid49@yahoo.fr'}

  spec.platform = :ios, "10.1"
  spec.requires_arc = true
  spec.source = { git: "https://github.com/PicoPark/IOSFrameworkProject.git", tag: "v#{spec.version}", submodules: true }
  spec.source_files = "IOSFrameworkProject/**/*.{h,swift,png,wav,mp3}"
  spec.xcconfig    = { 'SWIFT_VERSION' => '2.3' }
end