[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / c / NeedleFoundation / 0.14.0 / NeedleFoundation.podspec.json
blobfaa559aa07654726e74b4c688f38b3d98e2ec6ab
2   "name": "NeedleFoundation",
3   "version": "0.14.0",
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.14.0"
17   },
18   "source_files": "Sources/**/*.swift",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "4.2",
23   "swift_version": "4.2"