[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 5 / f / Yaml / 1.4.3 / Yaml.podspec.json
blob747f487d1bd327e2f75adc0939b83e18a3e2ecf2
2   "name": "Yaml",
3   "version": "1.4.3",
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     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/behrang/YamlSwift.git",
18     "tag": "1.4.3"
19   },
20   "source_files": "Yaml/*.swift"