[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / b / 5 / ExtOptional / 1.0 / ExtOptional.podspec.json
blobd65f8eb6704cf470c825a244d486cf59fc66f337
2   "name": "ExtOptional",
3   "version": "1.0",
4   "summary": "Some extensions for Optional type",
5   "description": "Handful of functions, operators and properties that will help you work with Optional types.",
6   "homepage": "https://github.com/Smitters/OptionalExtensions.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Smetankin": "smetankin93@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/smetankin93",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/Smitters/OptionalExtensions.git",
23     "tag": "1.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"