forked from CodeMinion/BRLMPrinterKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBRLMPrinterKit_AB_.podspec
More file actions
14 lines (14 loc) · 891 Bytes
/
BRLMPrinterKit_AB_.podspec
File metadata and controls
14 lines (14 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'BRLMPrinterKit_AB_'
s.version = '4.12.1-1'
s.summary = "Pod for the BRLMPrinterKit / Brother's printers"
s.description = "This project is only a Pod for the Brother SDK v#{s.version}"
s.homepage = 'https://github.com/ahmadelafify/BRLMPrinterKit.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Rounin Labs x Ahmad Elafify' => 'hernandez.f@rouninlabs.com x ahmad.elafify@pci.us' }
s.source = { :git => 'https://github.com/ahmadelafify/BRLMPrinterKit.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.ios.vendored_frameworks = 'BRLMPrinterKit/BRLMPrinterKit.framework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end