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