[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / d / 3 / 5 / SwiftWhen / 0.0.3 / SwiftWhen.podspec.json
blobef7a8cf8d9c59ee73d6f8d609ad9841128491c8c
2   "name": "SwiftWhen",
3   "version": "0.0.3",
4   "summary": "A Swift implementation of the Kotlin when expression",
5   "homepage": "https://github.com/shackley/swift-when",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sterling Hackley": "sterlinghackley@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/shackley/swift-when.git",
15     "tag": "0.0.3"
16   },
17   "source_files": "SwiftWhen/*.swift",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.1",
23   "swift_version": "5.1"