XuqmGroup-iOSSDK/XuqmSDK.podspec

19 行
763 B
Plaintext

2026-04-21 22:07:29 +08:00
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'
2026-04-21 22:07:29 +08:00
s.license = { :type => 'MIT' }
s.author = { 'XuqmGroup' => 'dev@xuqm.com' }
s.source = { :git => 'https://xuqinmin.com/xuqinmin12/XuqmGroup-iOSSDK.git', :tag => "sdk/#{s.version}" }
2026-04-21 22:07:29 +08:00
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'
2026-04-21 22:07:29 +08:00
end