[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 3 / 5 / SwiftWhen / 0.0.5 / SwiftWhen.podspec.json
blobfe9255f3f763490e5a3e44ee1941477022f59f62
2   "name": "SwiftWhen",
3   "version": "0.0.5",
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.5"
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"