forked from aslanyanhaik/RoundCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoundCode.podspec
More file actions
17 lines (17 loc) · 787 Bytes
/
Copy pathRoundCode.podspec
File metadata and controls
17 lines (17 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'RoundCode'
s.version = '1.3.0'
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