blob: f488e86e09851eb604414d3e81ca615c06087925 [file] [log] [blame]
{
"name": "Yams",
"version": "3.0.1",
"summary": "A sweet and swifty YAML parser.",
"homepage": "https://github.com/jpsim/Yams",
"source": {
"git": "https://github.com/jpsim/Yams.git",
"tag": "3.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.com",
"Norio Nomura": "norio.nomura@gmail.com"
},
"source_files": "Sources/**/*.{h,c,swift}",
"swift_versions": [
"4.1",
"4.2",
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5.2"
}