[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / b / 3 / InjectPropertyWrapper / 0.2.0 / InjectPropertyWrapper.podspec.json
blobc9cc00fc7b9f27eb7bcb9d361a7e7c1066af733b
2   "name": "InjectPropertyWrapper",
3   "version": "0.2.0",
4   "authors": {
5     "Peter Verhage": "peter@egeniq.com"
6   },
7   "homepage": "https://github.com/egeniq/InjectPropertyWrapper",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "Provides a Swift @Inject property wrapper to inject objects from a DI framework.",
13   "description": "Provides a generic Swift @Inject property wrapper that can be used to inject objects / services from\na dependency injection framework of your choice.",
14   "swift_versions": "5.1",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/egeniq/InjectPropertyWrapper.git",
21     "tag": "0.2.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "swift_version": "5.1"