-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLogicalInkSDK.podspec
More file actions
23 lines (21 loc) · 922 Bytes
/
LogicalInkSDK.podspec
File metadata and controls
23 lines (21 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "LogicalInkSDK"
s.version = "9.0.0.21"
s.summary = "LogicalInkSDK is used to view forms from eCapture."
s.description = <<-DESC
A longer description of LogicalInkSDK.
LogicalInkSDK is used to view forms from eCapture.
DESC
s.homepage = "https://github.com/firofame/LogicalInkSDK"
s.license = { :type => "MIT", :text => "Copyright (c) 2026 Firoz Ahmed" }
s.author = { "Firoz Ahmed" => "firofame@gmail.com" }
s.source = { :git => "https://github.com/firofame/LogicalInkSDK.git", :tag => s.version.to_s }
s.platform = :ios, "17.0"
s.default_subspec = 'Swift6_1'
s.subspec 'Swift6_1' do |ss|
ss.vendored_frameworks = 'swift6.1/LogicalInkSDK.xcframework'
end
s.subspec 'Swift6_3' do |ss|
ss.vendored_frameworks = 'swift6.3/LogicalInkSDK.xcframework'
end
end