[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / f / 3 / Lustre / 0.6.1 / Lustre.podspec.json
blob2e00d8b4429f9ea61095530d48ed125d8340f8e7
2   "name": "Lustre",
3   "version": "0.6.1",
4   "summary": "An imperfect but more performant Result pattern in Swift.",
5   "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",
6   "homepage": "https://github.com/zwaldowski/Lustre",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zachary Waldowski": "zach@waldowski.me"
13   },
14   "social_media_url": "http://twitter.com/zwaldowski",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/zwaldowski/Lustre.git",
21     "tag": "v0.6.1"
22   },
23   "source_files": "Lustre/*.swift",
24   "requires_arc": true,
25   "deprecated": true