-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTapCardValidator.podspec
More file actions
16 lines (14 loc) · 979 Bytes
/
TapCardValidator.podspec
File metadata and controls
16 lines (14 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |tapCardValidator|
tapCardValidator.platform = :ios
tapCardValidator.ios.deployment_target = '8.0'
tapCardValidator.swift_versions = ['4.0', '4.2', '5.0']
tapCardValidator.name = 'TapCardValidator'
tapCardValidator.summary = 'Bank cards validation library'
tapCardValidator.requires_arc = true
tapCardValidator.version = '1.3.0'
tapCardValidator.license = { :type => 'MIT', :file => 'LICENSE' }
tapCardValidator.author = { 'Tap Payments' => 'hello@tap.company' }
tapCardValidator.homepage = 'https://github.com/Tap-Payments/TapCardValidator-iOS'
tapCardValidator.source = { :git => 'https://github.com/Tap-Payments/TapCardValidator-iOS.git', :tag => tapCardValidator.version.to_s }
tapCardValidator.source_files = 'TapCardValidator/Source/*.swift'
end