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