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