[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / a / 9 / Dependiject / 0.1.0 / Dependiject.podspec.json
blob278b40c843bce610c065bf8c10b8822161a51685
2   "name": "Dependiject",
3   "version": "0.1.0",
4   "summary": "Dependiject provides simple and flexible dependency injection for testability and inversion of control in SwiftUI apps.",
5   "homepage": "https://github.com/Tiny-Home-Consulting/Dependiject",
6   "license": {
7     "type": "MPL-2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "William Baker": "bbrk24@gmail.com",
12     "Liam Gleeson": "ljgleeson2106@gmail.com",
13     "Wesley Boyd": "u4qr@protonmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Tiny-Home-Consulting/Dependiject.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "watchos": "6.0",
23     "tvos": "13.0"
24   },
25   "cocoapods_version": "~> 1.10",
26   "swift_versions": "5.4",
27   "source_files": "Dependiject/**/*.swift",
28   "frameworks": [
29     "SwiftUI",
30     "Combine"
31   ],
32   "swift_version": "5.4"