[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / b / d / Builder / 1.1.1 / Builder.podspec.json
blobb4a2de9d2bcd7044c7268109351287a8674f3604
2   "name": "Builder",
3   "version": "1.1.1",
4   "summary": "Swift Builder Pattern, powered by dynamicMemberLookup and dynamicCallable",
5   "description": "Builder is Swift Builder Pattern, powered by dynamicMemberLookup and dynamicCallable.",
6   "homepage": "https://github.com/hainayanda/Builder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "nayanda": "hainayanda@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/hainayanda/Builder.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.10",
21     "tvos": "10.0",
22     "watchos": "4.0"
23   },
24   "source_files": "Builder/Classes/**/*",
25   "swift_versions": "5.1",
26   "swift_version": "5.1"