Skip to content

Commit

Permalink
Pod BRLMPrinterKit
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanGodal committed Dec 20, 2021
1 parent 0087385 commit edddbbb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@
<framework src="ExternalAccessory.framework" />
-->
<framework src="src/ios/libs/BRLMPrinterKit.framework" custom="true"/>
<framework src="BRLMPrinterKit" type="podspec" />
<podspec>
<config>
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="BRLMPrinterKit" />
</pods>
</podspec>
<header-file src="src/ios/BRBluetoothPrintOperation.h" />
<source-file src="src/ios/BRBluetoothPrintOperation.m" />

Expand Down

0 comments on commit edddbbb

Please sign in to comment.