[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / b / DI / 1.0.1 / DI.podspec.json
blobdca2ee826b31896090d05fce5e939bed8885aa27
2   "name": "DI",
3   "version": "1.0.1",
4   "summary": "Compile-time safe Swift dependency injection framework.",
5   "homepage": "https://github.com/almazrafi/DI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Almaz Ibragimov": "almazrafi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/almazrafi/DI.git",
15     "tag": "1.0.1"
16   },
17   "swift_versions": "5.5",
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "ios": {
21     "frameworks": "Foundation"
22   },
23   "platforms": {
24     "ios": "12.0",
25     "tvos": "12.0"
26   },
27   "tvos": {
28     "frameworks": "Foundation"
29   },
30   "swift_version": "5.5"