blob: 4ed254af6a4e5a06f2e3b74ebd48b046ae15eb51 [file] [log] [blame]
{
"name": "SwiftSequence",
"version": "1.0.1",
"summary": "A μframework of extensions for SequenceType in Swift 2.0, inspired by Python's itertools, Haskell's standard library, and other things.",
"description": "SwiftSequence is a lightweight framework of extensions to SequenceType. It has no requirements beyond the Swift standard library. Every function and method has both a strict and a lazy version, unless otherwise specified.",
"homepage": "https://github.com/TheDarkCode/SwiftSequence",
"license": "MIT",
"authors": {
"Donnacha Oisin Kidney": "https://github.com/oisdk"
},
"source": {
"git": "https://github.com/TheDarkCode/SwiftSequence.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/oisdk",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/*.swift"
}