[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 1 / 7 / LightIoC / 1.0.0 / LightIoC.podspec.json
blobdf59daccef2c6797e2162149ca72c64cb2f90a9e
2   "name": "LightIoC",
3   "version": "1.0.0",
4   "summary": "Light IoC Container for Swift.",
5   "description": "LightIoC is an easy-to-use Dependency Injection (DI) framework for Swift 5.1 and above implementing automatic dependency injection. It manages object creation and it's life-time, and also injects dependencies to the class. The IoC container creates an object of the specified class and also injects all the dependency objects through properties at run time and disposes it at the appropriate time. This is done so that you don't have to create and manage objects manually.",
6   "homepage": "https://github.com/PisinO/LightIoC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ondrej Pisin": "ondrej.pisin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PisinO/LightIoC.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "LightIoC/Classes/**/*",
23   "swift_version": "5.1"