[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / 2 / d / SwiftDependencyInjector / 1.2.0 / SwiftDependencyInjector.podspec.json
blob3c896421d705937c23d68149ce784cd025f7eff0
2   "name": "SwiftDependencyInjector",
3   "version": "1.2.0",
4   "summary": "A native dependency container written in swift that manages dependency injection",
5   "description": "This CocoaPods library helps you to used dependency injection and inversion of control in your swift projects.",
6   "homepage": "https://github.com/andresduke024/swift-dependency-injector.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andres Duque": "andresduke024@gmail.com"
13   },
14   "social_media_url": "https://github.com/andresduke024",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15"
18   },
19   "swift_versions": "5.8",
20   "source": {
21     "git": "https://github.com/andresduke024/swift-dependency-injector.git",
22     "tag": "1.2.0"
23   },
24   "source_files": "Sources/swift-dependency-injector/**/*",
25   "swift_version": "5.8"