Latest | 0.1.1 |
---|---|
Homepage | https://github.com/waynemock/ssw-swift-algorithms |
License | MIT |
Platforms | ios 10.0, osx 10.12, tvos 10.0, watchos 3.0, requires ARC |
Authors |
ssw-swift-algorithms
My implementation of the Swift Algorithm Club’s algorithms, both for practice and application.
Latest podspec
{ "name": "SSWSwiftAlgorithms", "version": "0.1.1", "summary": "An implementation of the Swift Algorithm Club's algorithms.", "description": "A fully tested implementation of the Swift Algorithm Club's algorithms. This library provides an easynway for you to use the Swift Algorithm Club's algorithms in your code. nnCurrent this pod supports: Stack.", "homepage": "https://github.com/waynemock/ssw-swift-algorithms", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Wayne Mock": "[email protected]" }, "social_media_url": "http://twitter.com/wayne_mock", "platforms": { "ios": "10.0", "osx": "10.12", "tvos": "10.0", "watchos": "3.0" }, "swift_version": "4", "source": { "git": "https://github.com/waynemock/ssw-swift-algorithms.git", "tag": "0.1.1" }, "source_files": "SwiftAlgorithms/**/*.{swift}", "requires_arc": true }
Mon, 29 Jan 2018 12:20:04 +0000