Pod::Spec.new do |s| s.name = 'CapacitorTcpSocketPlugin' s.version = '0.0.1' s.summary = 'A capacitor plugin to create raw tcp socket connections' s.license = 'MIT' s.homepage = 'https://github.com/M-Koch/capacitor-tcp-socket-plugin.git' s.author = 'Michael Gimeno-Koch' s.source = { :git => 'https://github.com/M-Koch/capacitor-tcp-socket-plugin.git', :tag => s.version.to_s } s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '11.0' s.dependency 'Capacitor' end