[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / e / 2 / d / Unwrap / 0.1.0 / Unwrap.podspec.json
blob17e61d84c4aa9bc641560c66fd7a3f1f2c0346ba
2   "name": "Unwrap",
3   "version": "0.1.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": "0.1.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/**/*"