Skip to content

Swift framework for generating drag and drop puzzles from the image

License

Notifications You must be signed in to change notification settings

nikksindia/PuzzleKit

Repository files navigation

PuzzleKit

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

Swift Version Platform License PRs Welcome Carthage compatible CocoaPods Compatible

Requirements

  • iOS 10.0+
  • Xcode 9+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate PuzzleKit into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '10.0'
use_frameworks!
pod 'PuzzleKit'

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/PuzzleKit.framework to an iOS project.

github "nikksindia/PuzzleKit"

Sample application

Build and run the Example target. This is a simple implementation of the library that allows users to select fetch and store codable mock data in the cache.

Testing

The project includes a unit test target, providing coverage of the basic layout and functionality of the product. When adding a new feature, be sure to add unit tests and a basic layout test if applicable.

Contribute

We would love you for the contribution to PuzzleKit, check the LICENSE file for more info.

Meta

Nikhil Sharma – @devilnikksnikksindia@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/nikksindia