[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 1 / c / 6 / Factory / 2.4.1 / Factory.podspec.json
blob71e33bfb22aaf7907aa2db6bd7b895504b3f973d
2   "name": "Factory",
3   "version": "2.4.1",
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.4.1"
11   },
12   "source_files": "Sources/**/*.swift",
13   "resource_bundles": {
14     "Factory": "Sources/**/*.xcprivacy"
15   },
16   "swift_versions": "5.9",
17   "platforms": {
18     "ios": "12.0",
19     "tvos": "13.0",
20     "watchos": "8.2",
21     "osx": "10.14"
22   },
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "tvos": {
27     "frameworks": "UIKit"
28   },
29   "watchos": {
30     "frameworks": "SwiftUI"
31   },
32   "osx": {
33     "frameworks": "AppKit"
34   },
35   "swift_version": "5.9"