Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit a808bc8

Browse files
modified podspec
1 parent 833af87 commit a808bc8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

OBICardTokenization.podspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
Pod::Spec.new do |s|
44

55
s.name = 'OBICardTokenization'
6-
s.version = '0.0.13
6+
7+
s.version = '0.0.13'
8+
79
s.summary = 'Card tokenization framework'
810

911
s.homepage = 'https://github.com/aol'
@@ -15,9 +17,11 @@ Pod::Spec.new do |s|
1517
s.platform = :ios, '8.0'
1618

1719
s.ios.deployment_target = '8.0'
20+
1821
s.source = { :git => 'https://github.com/aol/obi_ios_creditcard_cocoa.git', :tag => s.version }
1922

2023
s.source_files = 'Source/*.{h,m,swift}'
24+
2125
s.requires_arc = true
2226

2327
end

0 commit comments

Comments
 (0)