Pod::Spec.new do |s| s.name = 'CapacitorEchoTest' s.version = '0.0.9' s.summary = 'echo test' s.license = 'MIT' s.homepage = 'http://www.test.com' s.author = 'jcesarmobile' s.source = { :git => '', :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.dependency 'Capacitor' end