#AppGratis Unlock Library (iOS Framework)
This repo contains the code for the iOS Framework of AppGratis' Unlock Library.
It allows you to manage features and resources provided by offers generated by https://appgratis.github.io
Using Carthage:
github "AppGratis/unlock-ios"
Using Cocoapods:
pod 'AppGratis-unlock'
Manually:
Compile the Unlock target, and use the generated dynamic framework in your app.
You can also embed the Unlock project in your workspace, if you've got one.
Since Swift is still a moving target, this library is fully done in Objective-C.
Simply open Unlock.xcworkspace
and build the framework. You'll probably need to set your team to sign it.
This library comes with a full sample app project. Simply open it in Xcode to see how the library should be used.