Pod::Spec.new do |s| s.name = 'CapacitorFileSync' s.version = '0.0.1' s.summary = 'Sync remote cloud directory with a local device directory using background queue' s.license = 'MIT' s.homepage = 'https://github.com/sworkit/capacitor-file-sync' s.author = 'Ben `Bonesaw` Simmons' s.source = { :git => 'https://github.com/sworkit/capacitor-file-sync', :tag => s.version.to_s } s.source_files = 'ios/Plugin/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '10.0' s.static_framework = true s.dependency 'Capacitor' s.dependency 'Firebase/Core' s.dependency 'Firebase/Storage' s.dependency 'Firebase/Auth' end