blob: b6b6f4bd242a4094b83ba41e23febbff899f9d01 [file] [log] [blame]
{
"name": "CartesianProduct",
"version": "0.0.1",
"summary": "Swift lazy cartesian product generator",
"homepage": "https://github.com/felginep/CartesianProduct",
"license": {
"type": "MIT"
},
"authors": "Pierre Felgines",
"social_media_url": "https://twitter.com/PierreFelgines",
"source": {
"git": "https://github.com/felginep/CartesianProduct.git",
"tag": "v0.0.1"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10"
}
}