PuzzleKit is a library written in Swift, which generates set of puzzles from the image.
- iOS 10.0+
- Xcode 9+
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 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"
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.
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.
We would love you for the contribution to PuzzleKit, check the LICENSE
file for more info.
Nikhil Sharma – @devilnikks – nikksindia@gmail.com
Distributed under the MIT license. See LICENSE
for more information.