XuqmGroup-iOSSDK/XuqmImSDK.podspec

15 行
614 B
Plaintext

Pod::Spec.new do |s|
s.name = 'XuqmImSDK'
s.version = '0.1.0'
s.summary = 'XuqmGroup iOS SDK — IM module'
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 => "im/#{s.version}" }
s.ios.deployment_target = '16.0'
s.swift_version = '5.9'
s.source_files = 'Sources/XuqmImSDK/**/*.swift'
s.dependency 'XuqmCoreSDK'
s.dependency 'XuqmFileSDK'
end