-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added unionpay and diner card validation
- Loading branch information
1 parent
873a19c
commit 6523403
Showing
6 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Xendit" | ||
s.version = "0.1.0" | ||
s.version = "2.1.8" | ||
s.summary = "Xendit is an API for accepting payments online" | ||
s.homepage = "https://www.xendit.co" | ||
s.license = "MIT" | ||
s.author = { "Juan Gonzalez’" => "[email protected]" } | ||
s.social_media_url = "https://www.facebook.com/xendit" | ||
s.platform = :ios, "8.0" | ||
s.source = { :git => 'https://github.com/xendit/xendit-sdk-ios.git', :tag => s.version } | ||
s.ios.vendored_frameworks = 'Xendit.framework' | ||
s.platform = :ios, "9.0" | ||
s.ios.deployment_target = '9.0' | ||
s.swift_versions = ["4", "5"] | ||
s.source = { :git => 'https://github.com/xendit/xendit-sdk-ios-src.git', :tag => s.version } | ||
s.source_files = "Xendit/**/*.{h,m,swift}" | ||
s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' } | ||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters