[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / Unwrap / 1.0.0 / Unwrap.podspec.json
blobcc7df3958c584c8ede364887474a56457a68aa00
2   "name": "Unwrap",
3   "version": "1.0.0",
4   "summary": "Syntax sugar for unwrapping while throwing error for nil",
5   "description": "Syntax sugar for unwrapping while throwing error for nil\n\nWith this syntax sugar you can unwrap variables while throwing error for nil.\nIt's useful in closures/functions with throw.",
6   "homepage": "https://github.com/muukii/Unwrap",
7   "license": "MIT",
8   "authors": {
9     "muukii": "m@muukii.me"
10   },
11   "source": {
12     "git": "https://github.com/muukii/Unwrap.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/muukii0803",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.2",
19     "watchos": "2.0"
20   },
21   "source_files": "Unwrap/Classes/**/*"