This Framework is used for automatic token detection when used together with the Knuff Mac app, just add it to your application and the phone will be visible under "Devices".
Knuff supports iOS 8.0+
To add Knuff to your application:
- Drag and drop
Knuff.xcodeproj
into your application's Xcode project. - On the "General" tab of your application target, add
Knuff.framework
to the "Embedded Binaries".
Carthage users can simply add Knuff to their Cartfile
:
github "KnuffApp/Knuff-Framework"
Or if you prefer CocoaPods just add Knuff to your Podfile
:
pod "Knuff"
Knuff is released under the MIT license. See LICENSE.
Have a question? Please open an issue!