[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / c / NeedleFoundation / 0.25.1 / NeedleFoundation.podspec.json
blobf681cfdce67dfeba60c148a6887a21681f0722c1
2   "name": "NeedleFoundation",
3   "version": "0.25.1",
4   "summary": "Compile-time safe Swift dependency injection framework with real code.",
5   "description": "Needle is a dependency injection (DI) system for Swift. Unlike other DI frameworks, such as Cleanse, Swinject, Needle encourages hierarchical DI structure and utilizes code generation to ensure compile-time safety. This allows us to develop our apps and make changes with confidence. If it compiles, it works. In this aspect, Needle is more similar to Android Dagger.",
6   "homepage": "https://github.com/uber/needle",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Yi Wang": "yiw@uber.com"
13   },
14   "source": {
15     "git": "https://github.com/uber/needle.git",
16     "tag": "v0.25.1"
17   },
18   "source_files": "Sources/**/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": [
23     "5.2",
24     "5.3",
25     "5.4",
26     "5.5",
27     "5.6"
28   ],
29   "swift_version": "5.6"