[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / c / 6 / Factory / 2.0.1 / Factory.podspec.json
blobfb301bef0fcd00eac98d57eceb6bff0a5c1bdc4a
2   "name": "Factory",
3   "version": "2.0.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.0.1"
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     "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.1"