-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLinioPayTokenizer.podspec
More file actions
21 lines (20 loc) · 1.04 KB
/
LinioPayTokenizer.podspec
File metadata and controls
21 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint LinioPayTokenizer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'LinioPayTokenizer'
s.version = '0.1.4'
s.summary = 'LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way.'
s.description = <<-DESC
LinioPay Tokenizer is the IOS library interface to get customer’s credit card information in a secure way. It allows you to set a predetermined
DESC
s.homepage = 'https://github.com/LinioIT/pay-tokenizer-ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Omar Gonzalez' => 'o.gonzalez@linio.com' }
s.source = { :git => 'git@github.com:LinioIT/pay-tokenizer-ios.git', :tag => s.version.to_s }
s.source_files = 'LinioPayTokenizer/**/*'
end