Pod::Spec.new do |s| s.name = "FileKit" s.version = "2022.10.17.4" s.summary = "Simple and expressive file management in Swift." s.homepage = "https://github.com/nvzqz/FileKit" s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = "Nikolai Vazquez" s.ios.deployment_target = "11.0" s.source = { :git => '', :tag => s.version } s.source_files = "Sources/*.swift" end