blob: 065ba1eeebcaeabfcf4e3f77c9edffc4b2c0018d [file] [log] [blame]
{
"name": "Lustre",
"version": "0.7",
"summary": "An imperfect but more performant Result pattern in Swift.",
"description": " An imperfect but more performant implementation of the Result\n pattern in Swift.\n\n The common-case implementation of `Result<T> is clearly the\n future, but until Swift supports multi-payload generic enums,\n Lustre mitigates the performance problems of a `Box<T>`\n Result type.\n",
"homepage": "https://github.com/zwaldowski/Lustre",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zachary Waldowski": "zach@waldowski.me"
},
"social_media_url": "http://twitter.com/zwaldowski",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/zwaldowski/Lustre.git",
"tag": "v0.7"
},
"source_files": "Lustre/*.swift",
"requires_arc": true,
"deprecated": true
}