Pod::Spec.new do |s| s.name = 'AliWechatPay' s.version = '0.0.1' s.summary = '支付宝、微信支付' s.license = 'MIT' s.homepage = 'https://github.com/manbill/ali-wechat-cap-pay.git' s.author = 'manbiao' s.source = { :git => 'https://github.com/manbill/ali-wechat-cap-pay.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