| { | |
| "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" | |
| } | |
| } |