14 行
605 B
Plaintext
14 行
605 B
Plaintext
|
|
Pod::Spec.new do |s|
|
||
|
|
s.name = 'XuqmLicenseSDK'
|
||
|
|
s.version = '0.1.0'
|
||
|
|
s.summary = 'XuqmGroup iOS SDK — License 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 => "license/#{s.version}" }
|
||
|
|
s.ios.deployment_target = '16.0'
|
||
|
|
s.swift_version = '5.9'
|
||
|
|
s.source_files = 'Sources/XuqmLicenseSDK/**/*.swift'
|
||
|
|
s.dependency 'XuqmCoreSDK'
|
||
|
|
end
|