[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / 3 / DICE / 0.9.1 / DICE.podspec.json
blobf6d28a513c75e4c75168e99e291bb284c9c7301b
2   "name": "DICE",
3   "version": "0.9.1",
4   "summary": "Lightweight DI framework for Swift and SwiftUI",
5   "description": "DICE is a lightweight Swift framework that provides management system for dependency injection for Swift and SwiftUI.",
6   "homepage": "https://github.com/dice-swift/dice",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexander Tereshkov": "alexander@tereshkov.pw"
13   },
14   "source": {
15     "git": "https://github.com/DICE-Swift/DICE.git",
16     "tag": "0.9.1"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "watchos": "6.0",
22     "tvos": "13.0"
23   },
24   "source_files": "DICE/Classes/**/*",
25   "swift_versions": "5.0",
26   "swift_version": "5.0"