[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 9 / b / d / SwinjectPropertyLoader / 1.0.0 / SwinjectPropertyLoader.podspec.json
blobc6da40c8ecc6cd200ed6dc3279a0b19a26fa2bc1
2   "name": "SwinjectPropertyLoader",
3   "version": "1.0.0",
4   "summary": "Swinject extension to load property values from resources",
5   "description": "SwinjectPropertyLoader is an extension of Swinject to load property values from resources that are bundled with your application/framework.",
6   "homepage": "https://github.com/Swinject/SwinjectPropertyLoader",
7   "license": "MIT",
8   "authors": "Swinject Contributors",
9   "source": {
10     "git": "https://github.com/Swinject/SwinjectPropertyLoader.git",
11     "tag": "1.0.0"
12   },
13   "source_files": "Sources/**/*.{swift,h}",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "dependencies": {
21     "Swinject": [
22       "~> 2.0.0"
23     ]
24   },
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"