Latest | 0.2.5 |
---|---|
Homepage | https://github.com/kyounh12/MedianCut |
License | MIT |
Platforms | ios 9.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
MedianCut is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'MedianCut'
Author
junseok_lee, [email protected]
License
MedianCut is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MedianCut", "version": "0.2.5", "summary": "Color selection library based on Median Cut algorithm", "description": "Median CutnColor selection library based on Median Cut algorithm.", "homepage": "https://github.com/kyounh12/MedianCut", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "junseok_lee": "[email protected]" }, "source": { "git": "https://github.com/kyounh12/MedianCut.git", "tag": "0.2.5" }, "platforms": { "ios": "9.0" }, "source_files": "MedianCut/Classes/**/*", "pushed_with_swift_version": "3.2" }
Fri, 08 Dec 2017 22:40:08 +0000