[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 2 / d / Unwrap / 2.0.0 / Unwrap.podspec.json
blob4809f7fc4571a5dd9568127a9f9439667a61acc5
2   "name": "Unwrap",
3   "version": "2.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": "2.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/**/*",
22   "dependencies": {
23     "OptionalProtocol": [
24       "~> 0.1"
25     ]
26   }