Skip to content

infinitetoken/Loot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loot

A helper for In App Purchases

Installation

Loot can be installed using the Swift Package Manager. Add the following to your Package.swift file:

dependencies: [
    .Package(url: "https://github.com/infinitetoken/Loot.git", from: "1.0.0")
]

Usage

import Loot

License

Loot is released under the MIT license. See LICENSE for details.