[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 6 / Factory / 2.3.0 / Factory.podspec.json
blob6ef89a9e79bde84d4865bb85b72902e18e93ac96
2   "name": "Factory",
3   "version": "2.3.0",
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.0"
11   },
12   "source_files": "Sources/**/*.swift",
13   "swift_versions": "5.7",
14   "platforms": {
15     "ios": "12.0",
16     "tvos": "13.0",
17     "watchos": "8.2",
18     "osx": "10.14"
19   },
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "tvos": {
24     "frameworks": "UIKit"
25   },
26   "watchos": {
27     "frameworks": "SwiftUI"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   },
32   "swift_version": "5.7"