[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 2 / 1 / OpRes / 0.5.4 / OpRes.podspec.json
blob2a9a4d7633eac2d99d913393d2d2b6167ea1cad4
2   "name": "OpRes",
3   "version": "0.5.4",
4   "summary": "Rust-like Swift's Optional and Result type extensions.",
5   "description": "OpRes.framework is tiny library to extend Swift's Optional and Result type to be Rust lang style.",
6   "homepage": "https://github.com/sadaie/OpRes",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sadaie Matsudaira": "sadaie@matsuri-hi.me"
13   },
14   "social_media_url": "https://twitter.com/sadaie_p",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/sadaie/OpRes.git",
24     "tag": "0.5.4"
25   },
26   "source_files": [
27     "OpRes",
28     "OpRes/**/*.{swift}"
29   ]