[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / SwiftWhen / 0.1.0 / SwiftWhen.podspec.json
blob405fee9a1d053c52c447826e7a30c30b4b4eb59b
2   "name": "SwiftWhen",
3   "version": "0.1.0",
4   "summary": "A Swift Implementation of the Kotlin when expression",
5   "homepage": "https://github.com/shackley/SwiftWhen",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sterling Hackley": "sterlinghackley@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/shackley/SwiftWhen.git",
21     "tag": "0.1.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_versions": "5.1",
25   "frameworks": "Foundation",
26   "swift_version": "5.1"