Skip to content

Swift framework responsible for generating puzzles from the image

License

Notifications You must be signed in to change notification settings

PGSSoft/PuzzleMaker

Repository files navigation

pgssoft-logo.png

PuzzleMaker

PuzzleMaker is a library written in Swift, which dynamically generates set of puzzles from the image.

Swift 5.0 Travis CocoaPods Compatible Carthage Compatible Platform License

PuzzleMaker.gif

Installation

The most convenient way to install it is by using Cocoapods with Podfile:

pod 'PuzzleMaker'

or using Carthage and add a line to Cartfile:

github "PGSSoft/PuzzleMaker"

Requirements

iOS 8.4

Usage