blob: b74bc5a0378119420785094e671e37ae573ea65c [file] [log] [blame]
{
"name": "Yams",
"version": "0.7.0",
"summary": "A sweet and swifty Yaml parser.",
"homepage": "https://github.com/jpsim/Yams",
"source": {
"git": "https://github.com/jpsim/Yams.git",
"tag": "0.7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JP Simard": "jp@jpsim.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"
},
"pushed_with_swift_version": "4.0"
}