[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / 6 / PrinterSDK / 1.0.0 / PrinterSDK.podspec.json
blob2707bba31932aabbfc79f379fd83171c34d597fe
2   "name": "PrinterSDK",
3   "version": "1.0.0",
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.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PrinterSDK/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "CoreBluetooth",
25     "Foundation",
26     "SystemConfiguration"
27   ]