[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / 4 / c / KOInject / 1.0.2 / KOInject.podspec.json
blobfacc0df6cd96fbaba6148aff2845f53b9a440874
2   "name": "KOInject",
3   "version": "1.0.2",
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.2"
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"