[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / c / 0 / 5 / ServiceContainerKit / 3.0.0-beta4 / ServiceContainerKit.podspec.json
blobb4a3e400baf66ee1a9ed50b2ded619be45c458a2
2   "name": "ServiceContainerKit",
3   "version": "3.0.0-beta4",
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-beta4"
17   },
18   "swift_versions": [
19     "5.2",
20     "5.3"
21   ],
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.12",
25     "tvos": "10.0",
26     "watchos": "3.0"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "Sources/Core/*.swift",
33         "Sources/*.h"
34       ],
35       "public_header_files": "Sources/*.h"
36     },
37     {
38       "name": "Injects",
39       "source_files": "Sources/Injects/*.swift",
40       "dependencies": {
41         "ServiceContainerKit/Core": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.3"