[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 1 / 8 / SwinjectSafeAuto / 1.0.0 / SwinjectSafeAuto.podspec.json
blob8cf1b06a19932af8817feb27eae28b1130ff6834
2   "name": "SwinjectSafeAuto",
3   "version": "1.0.0",
4   "summary": "SwinjectSafeAuto allows to auto-register services to the container and verify the required services are properly registered.",
5   "homepage": "https://github.com/devxoul/SwinjectSafeAuto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Suyeol Jeon": "devxoul@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/devxoul/SwinjectSafeAuto.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Sources/**/*.{swift,h,m}",
18   "frameworks": "Foundation",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.11",
23     "tvos": "9.0",
24     "watchos": "3.0"
25   },
26   "dependencies": {
27     "Swinject": [
28       "~> 2.6"
29     ],
30     "WeakMapTable": [
31       "~> 1.0"
32     ]
33   },
34   "swift_version": "5.0"