AppGratis / unlock-ios

iOS library that lets you unlock in-app mobile ressources and features to your users

Home Page:https://appgratis.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

iOS library that lets you unlock in-app mobile ressources and features to your users

https://appgratis.github.io

License:MIT License


Languages

Language:Objective-C 99.4%Language:Ruby 0.6%