[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 1 / 7 / LightIoC / 1.3.1 / LightIoC.podspec.json
blob9fbeed39a1cf8c108e80415b6aea01ce13665b07
2   "name": "LightIoC",
3   "version": "1.3.1",
4   "summary": "Light IoC Container for Swift.",
5   "description": "LightIoC is an easy-to-use Dependency Injection (DI) framework for Swift 5.3 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.3.1"
17   },
18   "social_media_url": "https://twitter.com/Pisin_O",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "swift_versions": "5.3",
23   "source_files": "LightIoC/Classes/**/*",
24   "swift_version": "5.3"