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