Pod::Spec.new do |s| s.name = 'TangemCapacitor' s.version = '0.0.1' s.summary = 'Bridge to Tangem SDK' s.license = 'MIT' s.homepage = 'https://andreylazutkin@bitbucket.org/tangem/tangem-capacitor.git' s.author = 'Andrey Lazutkin' s.source = { :git => 'https://andreylazutkin@bitbucket.org/tangem/tangem-capacitor.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' s.dependency 'TangemSdk' end