Skip to content

Commit df2090f

Browse files
Add CocoaPods podspec
1 parent 1312589 commit df2090f

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

AsposeBarcodeCloud.podspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'AsposeBarcodeCloud'
3+
s.version = '26.5.0'
4+
s.summary = 'Aspose.BarCode Cloud SDK for Swift'
5+
s.description = 'Swift SDK for Aspose.BarCode Cloud barcode generation and recognition APIs.'
6+
s.homepage = 'https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Swift'
7+
s.license = { :type => 'MIT', :file => 'LICENSE' }
8+
s.authors = { 'Aspose' => 'support@aspose.cloud' }
9+
10+
s.source = {
11+
:git => 'https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-Swift.git',
12+
:tag => "v#{s.version}"
13+
}
14+
15+
s.module_name = 'AsposeBarcodeCloud'
16+
s.swift_versions = ['6.0']
17+
s.ios.deployment_target = '13.0'
18+
s.osx.deployment_target = '10.15'
19+
s.tvos.deployment_target = '13.0'
20+
s.watchos.deployment_target = '6.0'
21+
s.source_files = 'Sources/AsposeBarcodeCloud/**/*.swift'
22+
s.requires_arc = true
23+
end

0 commit comments

Comments
 (0)