[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 6 / libPrinterSDK / 2.3.9 / libPrinterSDK.podspec.json
blob8a4afc2454eee957b755f91c0bda0dc1ce8f863a
2   "name": "libPrinterSDK",
3   "version": "2.3.9",
4   "summary": "A software development kit for printer communication and control.",
5   "description": "libPrinterSDK is a software development kit designed for printer operations, offering functions and interfaces for communicating with and controlling printers.",
6   "homepage": "https://github.com/rjgcs/libPrinterSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "max": ""
13   },
14   "source": {
15     "git": "https://github.com/rjgcs/libPrinterSDK.git",
16     "tag": "2.3.9"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Framework/Headers/*.{h,m}",
22   "public_header_files": "Framework/libPrinterSDK.framework/Headers/*.{h}",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "frameworks": [
30     "UIKit",
31     "CoreBluetooth",
32     "Foundation",
33     "CoreGraphics",
34     "SystemConfiguration"
35   ],
36   "ios": {
37     "vendored_frameworks": "Framework/libPrinterSDK.framework"
38   },
39   "vendored_frameworks": "libPrinterSDK.framework"