[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / 3 / Firebolt / 0.3.4 / Firebolt.podspec.json
blob799ed07811eb210b28b9d4fe72af26c2ad60325b
2   "name": "Firebolt",
3   "version": "0.3.4",
4   "summary": "Firebolt is a dependency injection framework written for Swift",
5   "description": "Firebolt is a dependency injection framework written for Swift. Inspired by Kotlin Koin. \nThis framework is meant to be lightweight and unopinionated by design with resolutions working \nsimply by good old functional programming.",
6   "homepage": "https://github.com/drewkiino/Firebolt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "drewkiino": "andrewaquino118@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/drewkiino/Firebolt.git",
16     "tag": "0.3.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"