Pod::Spec.new do |s| s.name = 'XuqmSDK' s.version = '0.1.1' s.summary = 'XuqmGroup iOS SDK — convenience podspec (includes all modules)' s.homepage = 'https://xuqinmin.com/xuqinmin12/XuqmGroup-iOSSDK' s.license = { :type => 'MIT' } s.author = { 'XuqmGroup' => 'dev@xuqm.com' } s.source = { :git => 'https://xuqinmin.com/xuqinmin12/XuqmGroup-iOSSDK.git', :tag => "sdk/#{s.version}" } s.ios.deployment_target = '16.0' s.swift_version = '5.9' s.source_files = 'Sources/XuqmSDK/**/*.swift' s.dependency 'XuqmCoreSDK' s.dependency 'XuqmImSDK' s.dependency 'XuqmPushSDK' s.dependency 'XuqmUpdateSDK' s.dependency 'XuqmLicenseSDK' s.dependency 'XuqmFileSDK' end