Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 743 Bytes

File metadata and controls

25 lines (15 loc) · 743 Bytes

MLKitEntityExtraction-spm

Google ML Kit Entity Extraction for Swift Package Manager.

Google ML Kit Entity Extraction is only distributed via CocoaPods officially. This package wraps the binary frameworks for SPM consumption.

Installation

Add to your Package.swift:

.package(url: "https://github.com/HapticTide/MLKitEntityExtraction-spm.git", exact: "9.0.0")

Then add "MLKitEntityExtraction" to your target dependencies.

Versions

This package Google MLKit MLKitEntityExtraction
9.0.0 9.0.0 1.0.0-beta15

Credits

Shared xcframeworks (MLKitCommon, MLKitNaturalLanguage, GoogleToolboxForMac) are from d-date/google-mlkit-swiftpm.