Skip to content

Commit

Permalink
Upgrading framework to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan10fm committed May 8, 2024
1 parent fc655b0 commit 1709157
Show file tree
Hide file tree
Showing 148 changed files with 47,943 additions and 5,435 deletions.
20 changes: 10 additions & 10 deletions NetkiSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |s|
s.name = 'NetkiSDK'
s.version = '5.4.2'
s.summary = 'NetkiSDK framework.'
s.version = '7.0.0'
s.summary = 'NetkiSDK enables custom onboarding.'
s.description = 'Our NetkiSDK lets you create custom KYC onboarding in your app'
s.homepage = 'https://www.netki.com/'

s.author = { 'Netki' => 'hello@example.com' }
s.author = { 'Netki' => 'ops@netki.com' }
s.license = { :type => '', :file => 'LICENSE' }

s.platform = :ios
s.source = { :git => 'ssh://bitbucket.org/eimai/ios-pod.git' }
s.source = { :git => 'https://github.com/netkicorp/ios-pod.git' }

s.ios.deployment_target = '11.0'
s.ios.vendored_frameworks = 'netkisdk_ios.framework'
s.ios.dependency 'Amplitude-iOS', '~> 4.10'
s.ios.dependency 'SVProgressHUD'
s.ios.dependency 'OpenCV2'
end
s.ios.deployment_target = '17.0'
s.ios.vendored_frameworks = 'NetkiSDK.xcframework'
s.dependency 'Sentry', '~> 8.22.4'
s.dependency 'DeviceKit', '~> 5.2.2'
end
27 changes: 27 additions & 0 deletions NetkiSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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>BinaryPath</key>
<string>NetkiSDK.framework/NetkiSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>NetkiSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</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.
Loading

0 comments on commit 1709157

Please sign in to comment.