Skip to content

Commit

Permalink
Merge pull request #1 from veritrans/feature/v0.1.0
Browse files Browse the repository at this point in the history
release v0.1.0
  • Loading branch information
uziwuzzy authored Jul 10, 2020
2 parents f31d2c8 + 8d94f3f commit 809caac
Show file tree
Hide file tree
Showing 203 changed files with 6,271 additions and 2 deletions.
13 changes: 13 additions & 0 deletions GopayCheckoutKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|

s.name = "GopayCheckoutKit"
s.version = "0.1.0"
s.summary = "GoPay checkout sdk"
s.homepage = "https://veritrans.co.id/"
s.license = 'MIT'
s.author = { "veritrans" => "dev@veritrans.co.id" }
s.source = { :git => 'https://github.com/veritrans/GoPay-Checkout-SDK', :tag => s.version}
s.platform = :ios, '13.0'
s.requires_arc = true
s.vendored_frameworks = 'GopayCheckoutKit.xcframework'
end
39 changes: 39 additions & 0 deletions GopayCheckoutKit.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>GopayCheckoutKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-x86_64-simulator</string>
<key>LibraryPath</key>
<string>GopayCheckoutKit.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 809caac

Please sign in to comment.