Installing the SDK
CocoaPods
In your Podfile, specify the reference to our framework. Replacing <version>
with the current version:
target 'your-project' do
use_frameworks!
pod 'DocumentDetector', '<version>'
SPM
Open your Xcode project.
Navigate to File > Add Packages.
In the search bar, paste the URL of this repository:
https://github.com/combateafraude/DocumentDetector.git
Last updated