blob: 09fc3bc21a76a760ef2892e292df3b0f1321e9a7 [file] [log] [blame]
{
"name": "YamlSwift",
"version": "1.2.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.2.1"
},
"source_files": "Yaml/*.swift"
}