ScanAPI.podspec 741 B

1234567891011121314151617
  1. Pod::Spec.new do |s|
  2. s.name = "ScanAPI"
  3. s.version = "10.2.227"
  4. s.summary = "Socket Mobile Wireless barcode scanners SDK."
  5. s.homepage = "http://www.socketmobile.com"
  6. s.license = { :type => "COMMERCIAL", :file => "LICENSE" }
  7. s.author = { "Eric Glaenzer" => "ericg@socketmobile.com" }
  8. s.docset_url = "http://www.socketmobile.com/docs/default-source/developer-documentation/scanapi.pdf?sfvrsn=2"
  9. s.platform = :ios, "7.1"
  10. s.ios.deployment_target = "7.1"
  11. s.source_files = "**/*.{h,m,mm}"
  12. s.preserve_path = "**/*.a"
  13. s.resource = "*.wav"
  14. s.ios.vendored_library = "lib/libScanApiCore.a"
  15. s.ios.library = "c++"
  16. s.frameworks = "ExternalAccessory", "AudioToolbox", "AVFoundation"
  17. end