[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 7 / 5 / 6 / PrinterSDK / 1.2.4 / PrinterSDK.podspec.json
blob0e361320e714253ab224b824a35ff48398c35054
2   "name": "PrinterSDK",
3   "version": "1.2.4",
4   "summary": "A repository for bluetooth and printer communications.",
5   "description": "A library for bluetooth and printer communication. Bluetooth connection, data processing, and sending data are encapsulated in the library, and the API can be called directly",
6   "homepage": "https://github.com/CodeFeel/PrinterSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CodeFeel": "492262370@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CodeFeel/PrinterSDK.git",
16     "tag": "1.2.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Framework/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreBluetooth",
25     "Foundation",
26     "CoreGraphics",
27     "SystemConfiguration"
28   ],
29   "ios": {
30     "vendored_frameworks": "Framework/PrinterSDK.framework"
31   },
32   "vendored_frameworks": "PrinterSDK.framework"