[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 1 / Minject / 1.0.0 / Minject.podspec.json
blob6a251599c33fd8d8c98bfb3effbf82d922e18cd6
2   "name": "Minject",
3   "version": "1.0.0",
4   "summary": "Minimum DI framework",
5   "description": "Minject is a minimum Dependency Injection framework for Swift.\nIt is designed for developers to avoid depending on \"magical\" behavior and have explicit control by self.",
6   "homepage": "https://github.com/thedoritos/Minject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomohiro Matsumura": "thedoritos@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/thedoritos/minject.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "source_files": "Minject/Classes/**/*",
25   "swift_version": "5.0"