blob: 63edd14cbbfb8104f203a2e69a84784f7885beb9 [file] [log] [blame]
{
"name": "Yaml",
"version": "3.2.0",
"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",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/behrang/YamlSwift.git",
"tag": "3.2.0"
},
"source_files": "Yaml/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"pushed_with_swift_version": "3.0"
}