blob: 391234a93064a856c439aa7a93406988a86785f6 [file] [log] [blame]
{
"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 easy\nway for you to use the Swift Algorithm Club's algorithms in your code. \n\nCurrent this pod supports: Stack.",
"homepage": "https://github.com/waynemock/ssw-swift-algorithms",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wayne Mock": "syzygysoftwerks@gmail.com"
},
"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
}