[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 0 / 5 / ServiceContainerKit / 3.0.0-beta3 / ServiceContainerKit.podspec.json
blobd01760be0852ab97ca70982490e1cef49c604f56
2   "name": "ServiceContainerKit",
3   "version": "3.0.0-beta3",
4   "summary": "Kit to create your own IoC Container or ServiceLocator.",
5   "description": "Written in Swift.\n            Kit to create your own IoC Container or ServiceLocator for help implementation Dependency Injection (DI).\n            ServiceProvider: wrapper for the service to hide the details of its creation.\n            Allows you to create your custom IoC Container or ServiceLocator.\n            Require Swift 5.1 and above, support Objective-C in readOnly regime.",
6   "homepage": "https://github.com/ProVir/ServiceContainerKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ViR (Vitaliy Korotkiy)": "admin@provir.ru"
13   },
14   "source": {
15     "git": "https://github.com/ProVir/ServiceContainerKit.git",
16     "tag": "3.0.0-beta3"
17   },
18   "swift_versions": [
19     "5.1",
20     "5.2",
21     "5.3"
22   ],
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.10",
26     "tvos": "10.0",
27     "watchos": "2.0"
28   },
29   "default_subspecs": "Injects",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "Source/Core/*.swift",
35         "Source/*.h"
36       ],
37       "public_header_files": "Source/*.h"
38     },
39     {
40       "name": "Injects",
41       "source_files": "Source/Injects/*.swift",
42       "dependencies": {
43         "ServiceContainerKit/Core": [
45         ]
46       }
47     }
48   ],
49   "swift_version": "5.3"