CodeFeel / PLPrinterSDK

MT800SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLPrinterSDK

CocoaPods

To integrate PLPrinterSDK into your Xcode project using CocoaPods, specify it to a target in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target 'MyApp' do
  # your other pod
  # ...
  pod 'PLPrinterSDK ','~> 0.2.1'
end

Then, run the following command:

$ pod install

If you cannot find the latest version, you can execute pod repo update first

Warning

If it is a Bluetooth connection, you need to add Bluetooth privacy permissions in Info.plist

Privacy - Bluetooth Always Usage Description
Privacy - Bluetooth Peripheral Usage Description

Document

请查看Example的文档说明

支持任何机型

About

MT800SDK

License:MIT License


Languages

Language:Swift 58.0%Language:Objective-C 37.5%Language:C 3.9%Language:Ruby 0.6%