LogicalInkSDK is used to view forms from eCapture. This repository distributes the LogicalInkSDK.xcframework.
- SDK Version: 9.0.0.21
- Built: 2026-04-15
- Swift 6.1 artifact: built with Xcode 16.4 (swiftlang-6.1.2.1.2)
- Swift 6.3 artifact: built with Xcode 26.4 (swiftlang-6.3.0.123.5)
| Your Xcode Version | Swift Version | Manual Artifact | CocoaPods Subspec |
|---|---|---|---|
| Xcode 16.x | Swift 6.1.x | swift6.1/LogicalInkSDK.xcframework |
Swift6_1 |
| Xcode 26.x | Swift 6.3.x | swift6.3/LogicalInkSDK.xcframework |
Swift6_3 |
You can integrate LogicalInkSDK into your project using CocoaPods. Based on your Swift version, specify the appropriate subspec in your Podfile. Since this pod is not published to the central trunk, you will need to point to the git repository:
For Swift 6.1 (Xcode 16.x):
target 'YourApp' do
use_frameworks!
pod 'LogicalInkSDK/Swift6_1', :git => 'https://github.com/firofame/LogicalInkSDK.git', :tag => '9.0.0.21'
endFor Swift 6.3 (Xcode 26.x):
target 'YourApp' do
use_frameworks!
pod 'LogicalInkSDK/Swift6_3', :git => 'https://github.com/firofame/LogicalInkSDK.git', :tag => '9.0.0.21'
endNote: If no subspec is specified, Swift6_1 will be used by default.
- Drag the correct
LogicalInkSDK.xcframeworkinto your project. - In your target settings → General → Frameworks, Libraries, and Embedded Content: Set the framework to Embed & Sign.
- No additional dependencies are required — all internal dependencies are statically linked.