[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 4 / c / KOInject / 1.0.1 / KOInject.podspec.json
blob83b52e9ed0abb7e26184423d827fa9a9031ec3d1
2   "name": "KOInject",
3   "version": "1.0.1",
4   "summary": "Simple and lightweight IoC container for dependency injection in Swift with iOS/macOS/watchOS/tvOS",
5   "description": "Simple and lightweight IoC container, works on the register / resolve / dispose pattern with scopes of use and multiple arguments. It also supports lazy and isolated resolving.",
6   "homepage": "https://github.com/Flawion/KOInject",
7   "license": "MIT",
8   "authors": "Kuba Ostrowski",
9   "platforms": {
10     "ios": "11.0",
11     "osx": "10.13",
12     "tvos": "11.0",
13     "watchos": "4.0"
14   },
15   "source": {
16     "git": "https://github.com/Flawion/KOInject.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Sources/**/*.swift",
20   "requires_arc": true,
21   "swift_versions": [
22     "5.1",
23     "5.2",
24     "5.3"
25   ],
26   "swift_version": "5.3"