[Add] OpacityCore 3.22.7
[CocoaPods.git] / Specs / e / 2 / d / Unwrap / 2.1.1 / Unwrap.podspec.json
blob6a3d5dc18bd142f32b4954085ff86746ab0c74d5
2   "name": "Unwrap",
3   "version": "2.1.1",
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": "2.1.1"
14   },
15   "social_media_url": "https://twitter.com/muukii0803",
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "2.0"
19   },
20   "source_files": "Unwrap/Classes/**/*",
21   "dependencies": {
22     "OptionalProtocol": [
24     ]
25   }