[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 9 / Swoin / 0.0.3 / Swoin.podspec.json
blobeccd7d5c1f0594990f1d118d46f66725b4de224b
2   "name": "Swoin",
3   "version": "0.0.3",
4   "summary": "A dependency injection library in Swift, inspired by Koin",
5   "description": "A dependency injection library like Koin in Kotlin, but for Swift.",
6   "homepage": "https://ajpolt.github.io/swoin",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Polt": "adam@adampolt.com"
13   },
14   "source": {
15     "git": "https://github.com/ajpolt/swoin.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "Swoin",
20     "Swoin/Dependencies",
21     "Swoin/Cache"
22   ],
23   "swift_versions": "5.2",
24   "platforms": {
25     "ios": "9.0"
26   },
27   "swift_version": "5.2"