blob: 765d9902fa4ed5056ce8ba63a83dd77003b9e8d8 [file] [log] [blame]
{
"name": "IteratorTools",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "4.0"
}