[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / 1 / Settler / 0.1.0 / Settler.podspec.json
blob50d06f56cb41faa55c408cdfff639419b2caa7f3
2   "name": "Settler",
3   "version": "0.1.0",
4   "summary": "A utility for building complex, type-safe dependency graphs in Swift",
5   "description": "Settler is a Swift metaprogramming tool used to resolve complex dependency\ngraphs in a way that encourages code separation and cleanliness while\nmaintaining the safety guarantees of the compiler. If an object in your\nresolver cannot be resolved due to a missing or circular dependency, Settler\nwill find it and bottom out compilation of your program.",
6   "homepage": "https://github.com/daltonclaybrook/Settler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dalton Claybrook": "daltonclaybrook@gmail.com"
13   },
14   "source": {
15     "http": "https://github.com/daltonclaybrook/Settler/releases/download/0.1.0/Settler-0.1.0.zip"
16   },
17   "source_files": "Sources/Settler/**/*",
18   "preserve_paths": "*",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.12"
22   },
23   "swift_versions": [
24     "5.1",
25     "5.2"
26   ],
27   "swift_version": "5.2"