This example demonstrates the features of the Cxense SDK. See documentation.
Install dependencies:
CxenseSwiftSample> pod install
Configure the following settings at the end of the CxenseSwiftSample/CxenseSwiftSample/Info.plist file:
<key>Cxense</key>
<dict>
<key>UserName</key>
<string></string>
<key>ApiKey</key>
<string></string>
<key>SiteID</key>
<string></string>
</dict>