[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 8 / 0 / e / ServiceInjects / 3.0.0 / ServiceInjects.podspec.json
blob7584e5f4a79ef4a438884dd0c879cd6c818ec218
2   "name": "ServiceInjects",
3   "version": "3.0.0",
4   "summary": "Simple injects for services and entities",
5   "description": "Written in Swift.\n            ServiceInject used for injects services in presentation layer.\n            EntityInject used for injects temporary entities in presentation layer.",
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   "dependencies": {
29     "ServiceContainerKit": [
30       "3.0.0"
31     ]
32   },
33   "source_files": [
34     "ServiceInjects/Sources/*.swift",
35     "ServiceInjects/Sources/*.h"
36   ],
37   "public_header_files": "ServiceInjects/Sources/*.h",
38   "swift_version": "5.3"