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 "swift_version": "5.0",
10 "behrang": "behrangn@gmail.com"
18 "git": "https://github.com/behrang/YamlSwift.git",
21 "source_files": "Sources/Yaml/*.swift",
22 "pod_target_xcconfig": {
23 "SWIFT_VERSION": "5.0",
24 "APPLICATION_EXTENSION_API_ONLY": "YES"