blob: 0cf521a67e2afe3d88ea687d2ec44e9ce171dfe1 [file] [log] [blame]
{
"name": "OptionalExtras",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OptionalExtras/Classes/**/*"
}