Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 632 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 632 Bytes

KMMBridgeSampleCocoaPods

iOS App repo that pulls in the framework published by this repo via a CocoaPod from this podspec repo.

To run this sample, first add the podspec repo to your local environmend with pod repo install touchlab https://github.com/touchlab/PublicPodspecs. Then install the pod with pod install

To see the same example using Swift Package Manager, see this repo.

For more details on KMMBridge, see the main repo