[Add] PULPulsateBeta 4.7.0BetaRC10
[CocoaPods.git] / Specs / c / 0 / 5 / ServiceContainerKit / 3.0.0 / ServiceContainerKit.podspec.json
blob90a026bb1bb88f93757e987603d0dc37f5d472f5
2   "name": "ServiceContainerKit",
3   "version": "3.0.0",
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.2 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"
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   "source_files": [
29     "ServiceContainerKit/Sources/*.swift",
30     "ServiceContainerKit/Sources/*.h"
31   ],
32   "public_header_files": "ServiceContainerKit/Sources/*.h",
33   "swift_version": "5.3"