Skip to content

Commit

Permalink
move card.io into a seperate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMa-Bambora committed Feb 28, 2018
1 parent 244872b commit fbb7a76
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 61 deletions.
6 changes: 3 additions & 3 deletions APAC-BNPayment.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "APAC-BNPayment"
spec.version = "1.2.5"
spec.version = "1.2.6"
spec.summary = "The Mobile Payment SDK from Bambora (APAC) makes it simple to accept credit card payments in your app."
build_tag = spec.version
spec.homepage = "http://bambora.com/en/au"
Expand All @@ -14,10 +14,10 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.module_name = 'BNPayment'
spec.header_dir = 'BNPayment'
spec.libraries = 'c++'
spec.source_files = 'BNPayment/**/**'
spec.exclude_files = 'BNPayment/CardIO/**'
spec.vendored_frameworks = 'Example/VisaCheckoutHybrid.framework'
spec.dependency 'CardIO', '~> 5.4.1'
spec.vendored_libraries = 'BNPayment/CardIO/libCardIO.a', 'BNPayment/CardIO/libopencv_core.a', 'BNPayment/CardIO/libopencv_imgproc.a'
spec.resource_bundles = {
'BNPayment' => ['Assets/**/*.{png,bundle,xib,nib,cer,html}']
}
Expand Down
Loading

0 comments on commit fbb7a76

Please sign in to comment.