14 lines
545 B
Ruby
14 lines
545 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'ali_auth'
|
|
s.version = '1.3.7'
|
|
s.summary = 'Alibaba Cloud phone auth plugin for Flutter.'
|
|
s.homepage = 'https://github.com/CodeGather/flutter_ali_auth'
|
|
s.license = { :type => 'MIT' }
|
|
s.author = { 'sean' => 'author@example.com' }
|
|
s.source = { :http => 'https://github.com/CodeGather/flutter_ali_auth' }
|
|
s.source_files = 'Classes/**/*'
|
|
s.dependency 'Flutter'
|
|
s.platform = :ios, '13.0'
|
|
s.swift_version = '5.0'
|
|
end
|