[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 5 / 3 / e / VaporService / 1.0.0 / VaporService.podspec.json
blob88bccc73021d6292d25817f57baac9626089eab1
2   "name": "VaporService",
3   "version": "1.0.0",
4   "summary": "Dependency injection / inversion of control framework.",
5   "description": "Dependency injection / inversion of control framework used in Vapor.",
6   "homepage": "https://github.com/vapor/service",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Tanner Nelson": ""
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/twof/service.git",
19     "branch": "master"
20   },
21   "source_files": "Sources/Service/**/*.swift",
22   "module_name": "Service",
23   "swift_version": "4.2",
24   "dependencies": {
25     "VaporCore": [
27     ]
28   }