blob: b71a0b218c25506dc9300953aacba7fc90f81899 [file] [log] [blame]
{
"name": "Yaml",
"version": "1.3.1",
"summary": "Load YAML and JSON documents using Swift",
"description": "YamlSwift parses a string of YAML document(s) (or a JSON document)\nand returns a Yaml enum value representing that string.",
"homepage": "https://github.com/behrang/YamlSwift",
"license": "MIT",
"authors": {
"behrang": "behrangn@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/behrang/YamlSwift.git",
"tag": "1.3.1"
},
"source_files": "Yaml/*.swift"
}