blob: ee257a81cc010714cb4d07cf826e2f09c6a2559e [file] [log] [blame]
{
"name": "OptionalExtras",
"version": "0.1.1",
"summary": "Useful functions for Swift Optional types",
"description": "Handful of functions that will help you work with Optional types. 100% inspired by std::option - Rust",
"homepage": "https://github.com/marciok/OptionalExtras",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcio Klepacz": "marcioklepacz@gmail.com"
},
"source": {
"git": "https://github.com/marciok/OptionalExtras.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "OptionalExtras/*.swift"
}