[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 3 / f / YamlSwift / 1.2.1 / YamlSwift.podspec.json
blob09fc3bc21a76a760ef2892e292df3b0f1321e9a7
2   "name": "YamlSwift",
3   "version": "1.2.1",
4   "summary": "Load YAML and JSON documents using Swift",
5   "description": "YamlSwift parses a string of YAML document(s) (or a JSON document)\nand returns a Yaml enum value representing that string.",
6   "homepage": "https://github.com/behrang/YamlSwift",
7   "license": "MIT",
8   "authors": {
9     "behrang": "behrangn@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/behrang/YamlSwift.git",
17     "tag": "1.2.1"
18   },
19   "source_files": "Yaml/*.swift"