blob: 415e6da0d4711e5ceb834d6e94cdcf89c9f9c395 [file] [log] [blame]
{
"name": "ApolloCombine",
"version": "0.3.1",
"authors": {
"Joel Perry": "joel@joelperry.net"
},
"homepage": "https://github.com/joel-perry/ApolloCombine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A collection of Combine publishers for the Apollo iOS client.",
"source": {
"git": "https://github.com/joel-perry/ApolloCombine.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source_files": "Sources/ApolloCombine/*.swift",
"weak_frameworks": [
"SwiftUI",
"Combine"
],
"dependencies": {
"Apollo/Core": [
">=0.34.0"
]
},
"swift_versions": "5.2",
"swift_version": "5.2"
}