Skip to content

Commit

Permalink
added new podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
CR8142-CR committed May 28, 2024
1 parent 3f93fe9 commit 738040c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
18 changes: 18 additions & 0 deletions ZebraRfidiOSSdk.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'ZebraRfidiOSSdk'
s.version = '0.1'
s.summary = 'Zebra Barcode and RFID iOS SDK Framework.'
s.description = <<-DESC
Zebra Barcode and RFID iOS SDK Framework.
DESC
s.homepage = 'https://github.com/ZebraDevs/alt-rfid-ios-sdk.git'
s.authors = { 'ZebraTechnologies' => '[email protected]' }
s.license = 'MIT'

s.source = { :git => 'https://github.com/ZebraDevs/alt-rfid-ios-sdk.git', :tag => s.version }
s.vendored_libraries = 'ZebraRfidSdkFramework.xcframework, ZebraScannerFramework.xcframework'
s.ios.deployment_target = '14.0'

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 738040c

Please sign in to comment.