Skip to content

Commit

Permalink
Added the podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
CR8142-CR committed May 28, 2024
1 parent dfb458f commit d4c4a95
Showing 1 changed file with 18 additions and 0 deletions.
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 = '1.0.0'
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'
s.authors = { 'ZebraTechnologies' => '[email protected]' }
s.license = 'MIT'

s.source = { :git => 'https://github.com/ZebraDevs/alt-rfid-ios-sdk', :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 d4c4a95

Please sign in to comment.