Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.2 KB

#AppGratis Unlock Library (iOS Framework)

Build Status Carthage compatible

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

Adding into your project

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.

Language

Since Swift is still a moving target, this library is fully done in Objective-C.

Building

Simply open Unlock.xcworkspace and build the framework. You'll probably need to set your team to sign it.

Sample App

This library comes with a full sample app project. Simply open it in Xcode to see how the library should be used.

Sample Screenshot