[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 3 / 2 / PropertyInjector / 0.0.4 / PropertyInjector.podspec.json
blobd0f79b5ee12f016d8b10fbd342e7765c0e3a5759
2   "name": "PropertyInjector",
3   "version": "0.0.4",
4   "summary": "Property injection framework for Swift 5.1+.",
5   "description": "Property injection framework for Swift 5.1+ and iOS 11+.\nJust declare a dependency as a property in your class and use @Inject property wrapper.",
6   "homepage": "https://github.com/stanfeldman/PropertyInjector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stan Feldman": "stanislavfeldman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/stanfeldman/PropertyInjector.git",
16     "tag": "0.0.4"
17   },
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "PropertyInjector/Classes/**/*",
23   "swift_version": "5.1"