FileKit.podspec 563 B

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