blob: 03a90a67077e5c034746321754bf7498f6d2dab8 [file] [log] [blame]
{
"name": "IteratorTools",
"version": "1.0.1",
"summary": "A Swift port of Python's itertools.",
"description": "A Swift port of Python's itertools. Contains utility functions utilizing IteratorProtocol, Sequence, and LazySequenceProtocol.",
"homepage": "https://github.com/mpangburn/IteratorTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mpangburn": "michaelpangburn@comcast.net"
},
"source": {
"git": "https://github.com/mpangburn/IteratorTools.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}