Files
RoundCode/RoundCode.podspec
T
2020-04-15 15:45:55 +04:00

18 lines
787 B
Ruby

Pod::Spec.new do |s|
s.name = 'RoundCode'
s.version = '1.0.1'
s.summary = 'Facebook messenger style custom barcode.'
s.description = <<-DESC
Encode and decode data into custom stylish barcode.
DESC
s.homepage = 'https://github.com/aslanyanhaik/RoundCode'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Haik Aslanyan' => 'aslanyanhaik@gmail.com' }
s.source = { :git => 'https://github.com/aslanyanhaik/RoundCode.git', :tag => s.version.to_s }
s.ios.deployment_target = '13.0'
s.source_files = 'Sources/**/*.swift'
s.frameworks = 'UIKit'
s.social_media_url = 'http://twitter.com/aslanyanhaik'
s.swift_versions = ['5.1', '5.2']
end