[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 7 / 1 / Settler / 0.1.1 / Settler.podspec.json
blob74f4faf7b79a82ad661b6396d50f07b1f2f6c14e
2   "name": "Settler",
3   "version": "0.1.1",
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.1/Settler-0.1.1.zip"
16   },
17   "source_files": "Sources/Settler/**/*",
18   "preserve_paths": "*",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "swift_versions": [
26     "5.1",
27     "5.2"
28   ],
29   "swift_version": "5.2"