[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 6 / Factory / 2.3.2 / Factory.podspec.json
blob8e0e5c78616dd0420df36625432f84e2adf64fd8
2   "name": "Factory",
3   "version": "2.3.2",
4   "summary": "A Modern Dependency Injection / Service Locator framework for Swift on iOS.",
5   "homepage": "https://github.com/hmlongco/Factory",
6   "license": "MIT",
7   "authors": "Michael Long",
8   "source": {
9     "git": "https://github.com/hmlongco/Factory.git",
10     "tag": "2.3.2"
11   },
12   "source_files": "Sources/**/*.swift",
13   "resources": "Sources/**/*.xcprivacy",
14   "swift_versions": "5.9",
15   "platforms": {
16     "ios": "12.0",
17     "tvos": "13.0",
18     "watchos": "8.2",
19     "osx": "10.14"
20   },
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "tvos": {
25     "frameworks": "UIKit"
26   },
27   "watchos": {
28     "frameworks": "SwiftUI"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "swift_version": "5.9"