Pod::Spec.new do |s| s.name = "AZDialogView" s.version = "1.2.0" s.summary = "A highly customizable alert dialog controller that mimics Snapchat's alert dialog." s.homepage = "https://github.com/Minitour/AZDialogViewController" s.license = "MIT" s.author = { "Antonio Zaitoun" => "[email protected]" } s.platform = :ios, "9.0" s.source = { :git => "https://github.com/Minitour/AZDialogViewController.git", :tag => "#{s.version}" } s.source_files = "Sources/**/*.{swift}" end